|
|
|
|
|
by ankyth27
3069 days ago
|
|
I created one myself as a side project [https://underexpress.com] and learned following things: - How do you manage the updates in your ui-kit if base framework is changed [bootstrap, foundation, jquery, other plugins.] - Modularity: If i need only a few components i should have the option to include only those and not any unnecessary bloat. - Availability as package [npm etc.] - Example apps and landing pages. Some UI kits give email ui, todo list ui etc. - The kit should be lightweight + clean css [sass/less] + clean html. - Browser compatibility. - Easy customization. If you are looking to develop something collaboratively I would be willing to participate. I hope this helps you. |
|
- Modularity: If i need only a few components i should have the option to include only those and not any unnecessary bloat. - Check
- Availability as package [npm etc.] - Check
- Example apps and landing pages. Some UI kits give email ui, todo list ui etc. - Check, but this will surely be introduced later
- The kit should be lightweight + clean css [sass/less] + clean html. - Check
- Browser compatibility. - Still to be tested, but works fine on most browsers
- Easy customization. - Check