Introduction:

Another UI-kit? How is it different?

You've guessed right, folks - ng-sq-ui IS yet another UI-kit. The intention behind it is to help Angular developers with their day-to-day work by trying to offer a solution to the most widespread use-cases they have to handle. Without being too opinionated on looks and without containing dozen of just "fancy" features. This, with almost no additional dependencies. How cool is that?

How do you determine the "most widespread" cases?

When we thought about what an initial version of the UI-kit should have, we decided to simply ask other developers. We handed out a Google form to different groups (Facebook groups and colleagues, included) and asked them what they mostly look for when dealing with UI development. The most voted answer was "form elements", and right after that - "modal dialogs". And these two types of components are included in our first version of the kit. We intend to keep the original idea of the UI-kit. We would like to ask the developers what they need most for our next release! Don't hesitate to create a feature request!

How do I navigate the live examples?

All of the live examples are separated into different routes. Each of the links in the navigation denotes a standalone module with all of the items it exports.

Contribution

Want to file a bug / request feature, contribute some code, or improve documentation? Read up on our Contributing Guide before making a pull request.