An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```