@sq-ui/ng-sq-common

Simple Quality UI kit for Angular
built by developers for developers!
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.
BREAKING CHANGES:
The 2.0.1 relases of all packages are compatible with Angular 14+. If you need a backwards-compatible version, please refer to 1.x.y packages, as stated below.
Installation
```
npm i @sq-ui/ng-sq-common --save
```
-- or --
```
yarn add @sq-ui/ng-sq-common
```
Usage
Import the NgSqUiModule in your module:
```
import { NgSqCommonModule } from '@sq-ui/ng-sq-common';
```
and then include it in the
imports
array of your @NgModule() decorator:
```
@NgModule({
declarations:
//... ,
imports:
NgSqCommonModule,
//...
,
//...
```
ng-sq-ui does not come with a specific font. Including the default theme is also optional. Refer to our
Live examples page.
Add styles to angular.json
```json
"styles":
"src/styles.css",
"./nodemodules/@fortawesome/fontawesome-free/css/fontawesome.min.css",
"./nodemodules/@fortawesome/fontawesome-free/css/solid.min.css",
"./nodemodules/@fortawesome/fontawesome-free/css/regular.min.css",
,
```
Apply styling to the components
To use our styling just add the
class="sq"
on a parent element.
```html
```
Support
- Use NG-SQ-UI in your daily work.
- Follow us on twitter to get latest updates.
- Or simply send an email to contactatsq-ui.xyz.
- Tip us with BAT from brave awards or download brave
Contribution
Want to file a bug, contribute some code, or improve documentation? Read up on our
Contributing Guide before making a pull request.
LICENSE
- Feel free to use and contribute to the development.
Contributors
Thanks goes to these wonderful
people!
<td align="center"><a href="https://github.com/ardentia"><img src="https://avatars2.githubusercontent.com/u/41083417?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Plamena Radneva</b></sub></a><br /><a href="https://github.com/SQ-UI/ng-sq-ui/commits?author=ardentia" title="Code">💻</a> <a href="https://github.com/SQ-UI/ng-sq-ui/commits?author=ardentia" title="Documentation">📖</a> <a href="https://github.com/SQ-UI/ng-sq-ui/commits?author=ardentia" title="Tests">⚠️</a> <a href="#tutorial-ardentia" title="Tutorials">✅</a> <a href="#blog-ardentia" title="Blogposts">📝</a></td>
<td align="center"><a href="https://github.com/samuil4"><img src="https://avatars0.githubusercontent.com/u/797921?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Samuil Gospodinov</b></sub></a><br /><a href="https://github.com/SQ-UI/ng-sq-ui/commits?author=samuil4" title="Code">💻</a> <a href="https://github.com/SQ-UI/ng-sq-ui/commits?author=samuil4" title="Documentation">📖</a> <a href="https://github.com/SQ-UI/ng-sq-ui/commits?author=samuil4" title="Tests">⚠️</a> <a href="#talk-samuil4" title="Talks">📢</a></td>
This project follows the
all-contributors specification. Contributions of any kind welcome!