Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekhegay/ngwr
NGWR – Angular UI components library
https://github.com/thekhegay/ngwr
angular components ngwr ui
Last synced: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T12:16:46.000Z (5 months ago)
- Last Synced: 2024-09-20T15:28:10.370Z (4 months ago)
- Topics: angular, components, ngwr, ui
- Language: TypeScript
- Homepage:
- Size: 2.61 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
#
[![ngwr website](https://img.shields.io/badge/ngwr.dev-3969e2)](https://ngwr.dev)
[![ngwr deploy](https://img.shields.io/github/actions/workflow/status/thekhegay/ngwr/deploy.yml)](https://github.com/thekhegay/ngwr/actions/workflows/deploy.yml)
[![ngwr version](https://img.shields.io/github/package-json/v/thekhegay/ngwr?filename=projects%2Flib%2Fpackage.json&color=%23f51c6a)](https://www.npmjs.com/package/ngwr)
[![angular version](https://img.shields.io/npm/dependency-version/ngwr/peer/@angular/core)](https://www.npmjs.com/package/ngwr)
[![license](https://img.shields.io/npm/l/ngwr)](https://github.com/thekhegay/ngwr/blob/main/LICENSE)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fthekhegay%2Fngwr.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fthekhegay%2Fngwr?ref=badge_shield&issueType=security)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fthekhegay%2Fngwr.svg?type=shield&issueType=license)](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.