https://github.com/thekhegay/ngwr
NGWR – Angular UI components library
https://github.com/thekhegay/ngwr
angular components ngwr ui
Last synced: about 2 months ago
JSON representation
NGWR – Angular UI components library
- Host: GitHub
- URL: https://github.com/thekhegay/ngwr
- Owner: thekhegay
- License: mit
- Created: 2022-05-23T14:57:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T09:09:30.000Z (3 months ago)
- Last Synced: 2025-03-08T02:45:40.872Z (about 2 months ago)
- Topics: angular, components, ngwr, ui
- Language: TypeScript
- Homepage:
- Size: 3.35 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-angular - ngwr - Angular UI kit to make stylish Angular applications. (Table of contents / Third Party Components)
- fucking-awesome-angular - ngwr - Angular UI kit to make stylish Angular applications. (Table of contents / Third Party Components)
README
#
[](https://ngwr.dev)
[](https://github.com/thekhegay/ngwr/actions/workflows/deploy.yml)
[](https://www.npmjs.com/package/ngwr)
[](https://www.npmjs.com/package/ngwr)
[](https://github.com/thekhegay/ngwr/blob/main/LICENSE)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fthekhegay%2Fngwr?ref=badge_shield&issueType=security)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fthekhegay%2Fngwr?ref=badge_shield&issueType=license)## Important information
ngwr is currently in active development stage. Be careful when using in production. If you find an error or bug, [please open an issue](https://github.com/thekhegay/ngwr/issues/new).## Installation
```shell
$ npm install ngwr
# or
$ pnpm add ngwr
# or
$ yarn add ngwr
```## Styles
Don't forget to add styles:
```scss
@use 'ngwr';
```## [Components](https://ngwr.dev/docs/components)
- [Alert](https://ngwr.dev/docs/components/alert)
- [Avatar](https://ngwr.dev/docs/components/avatar)
- [Button](https://ngwr.dev/docs/components/button)
- [Button Group](https://ngwr.dev/docs/components/button-group)
- [Checkbox](https://ngwr.dev/docs/components/checkbox)
- [Dialog](https://ngwr.dev/docs/components/dialog)
- [Divider](https://ngwr.dev/docs/components/divider)
- [Form](https://ngwr.dev/docs/components/form)
- [Icon](https://ngwr.dev/docs/components/icon)
- [Input](https://ngwr.dev/docs/components/input)
- [QR](https://ngwr.dev/docs/components/qr)
- [Skeleton](https://ngwr.dev/docs/components/skeleton)
- [Spinner](https://ngwr.dev/docs/components/spinner)
- [Tag](https://ngwr.dev/docs/components/tag)## Authors
- [Roman Khegay](https://github.com/thekhegay) – code, design## Sponsors
- [Garuna](https://garuna.dev/)
- [Stingray Technologies](https://stingray-mobile.ru/)## License
Feel free to use NGWR in your commercial projects. Everything is covered by [MIT](/LICENSE) license.