Elixir UI is a component library with well documented 10+ ready to use components along with additional JavaScript code you can use in your projects. It includes various utility classes for margin, padding, etc to ease your UI development. Elixir UI helps developers to focus on logic rather than design development, thus driving project development faster.
Project Learnings
My key takeaway was how to make reusable components that have same templates for the different varities of the same component
Project Challenges
- Keeping in mind that users can choose their own themes and add spaces according to their preferences. Hence, created utility classes for adding spaces to their apps and allowed users to customize them. Moreover, the components are designed to be flexible and independent of themes chosen.
- Maintaining and curating a well documented interface for users to use components, utilities and code.