https://github.com/OpenKit-Labs/ngx-kit-ui
A modern angular UI library built for mobile and web
https://github.com/OpenKit-Labs/ngx-kit-ui
Last synced: 6 days ago
JSON representation
A modern angular UI library built for mobile and web
- Host: GitHub
- URL: https://github.com/OpenKit-Labs/ngx-kit-ui
- Owner: OpenKit-Labs
- License: mit
- Created: 2025-10-20T15:42:19.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2025-10-20T16:17:14.000Z (8 days ago)
- Last Synced: 2025-10-20T18:19:38.350Z (8 days ago)
- Language: TypeScript
- Size: 321 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-kit-ui - Modern Angular UI library for mobile and web. (Third Party Components / UI Libraries)
README
# NGX Kit UI
### Modern Angular UI kit for mobile and web
### Installation
```bash
npm install @openkit-labs/ngx-kit-ui
```
### Documentation
Visit the documentation page: [Documentation & Examples](https://openkit-labs.github.io/ngx-kit-ui/home)
### Development
```bash
# clone repository
git clone https://github.com/OpenKit-Labs/ngx-kit-ui.git
cd ngx-kit-ui
# install dependencies
npm install
# run the demo app from the repo root and open the browser at http://localhost:4199
ng serve
```