Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)