Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengzilong/nest
:lollipop: Yet another UI framework for Web, built with riot
https://github.com/fengzilong/nest
component riot ui
Last synced: 2 months ago
JSON representation
:lollipop: Yet another UI framework for Web, built with riot
- Host: GitHub
- URL: https://github.com/fengzilong/nest
- Owner: fengzilong
- License: mit
- Created: 2015-08-26T05:02:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T17:37:39.000Z (about 8 years ago)
- Last Synced: 2024-11-08T05:32:57.447Z (2 months ago)
- Topics: component, riot, ui
- Language: JavaScript
- Homepage: https://fengzilong.github.io/Nest
- Size: 417 KB
- Stars: 59
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nest [![npm package](https://img.shields.io/npm/v/nest-ui.svg?style=flat-square)](https://www.npmjs.org/package/nest-ui)
> Yet another UI framework for Web, built with [riot](https://github.com/riot/riot)
## Demo
https://fengzilong.github.io/Nest/
## Docs
coming soon...
## Installation
```bash
$ npm install nest-ui --save
```## Usage
**Option #1:** with webpack or any other bundler:
```js
import 'nest-ui';
import 'nest-ui/dist/nest.css';
```**Option #2**: hot-link
hot-link nest.css ([unpkg](https://unpkg.com/nest-ui/dist/nest.css))
```html
```
hot-link riot.js ([unpkg](https://unpkg.com/riot/riot.min.js)) and nest.js ([unpkg](https://unpkg.com/nest-ui))
```html
```
## License
MIT © [fengzilong](https://github.com/fengzilong)