For further actions, you may consider blocking this person and/or reporting abuse
Read next
![manthanank profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F583429%2Faa97b3f4-f9ee-457d-afbf-e728ecc4b491.png)
Building a Tic Tac Toe Game in Angular: A Beginner's Guide
Manthan Ankolekar -
![daszro profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2400924%2F0efa56ab-c840-44cb-9921-c02f485e5a6c.png)
Mastering Form Error Handling in Angular: Mapping Errors to User-Friendly Messages
Dawid Szemro -
![renukapatil profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F826775%2F6659643e-37ae-48eb-a78c-8c138dbca295.jpg)
Angular Updates Explained: Features from Version 14 to 19
Renuka Patil -
![hitesh_developer profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1885776%2F18846d0c-385d-4755-a1d6-06e4b24a35a7.jpg)
Angular vs Next.js: A Detailed Comparison
Hitesh Chauhan -
Top comments (1)
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!
Check out our github repo and documentation.
If you like the project support us by starring the repo.
Feature requests and bug reports are welcomed.
Flexible and easily customizable UI-kit for Angular 6+
NG-SQ-UI
Docs
You will find a description of the public API for each component The components are grouped by modules. Any properties you can see through code inspection that are left out from this documentation are for internal use and you should not rely on them.
Any types of public interfaces and services are also included.
Installation
-- or --
Usage
Import the NgSqUiModule in your module:
and then include it in the
imports
array of your @NgModule() decorator:ng-sq-ui does not come with a specific font. Including…
Live examples