mwiemarc / Nest

:lollipop: Yet another UI framework for Web, built with riot

Home Page:https://fengzilong.github.io/Nest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest npm package

Yet another UI framework for Web, built with riot

Demo

https://fengzilong.github.io/Nest/

Docs

coming soon...

Installation

$ npm install nest-ui --save

Usage

Option #1: with webpack or any other bundler:

import 'nest-ui';
import 'nest-ui/dist/nest.css';

Option #2: hot-link

hot-link nest.css (unpkg)

<link rel="stylesheet" href="path/to/nest.css">

hot-link riot.js (unpkg) and nest.js (unpkg)

<script type="text/javascript" src="path/to/riot.js"></script>
<script type="text/javascript" src="path/to/nest.js"></script>

License

MIT © fengzilong

About

:lollipop: Yet another UI framework for Web, built with riot

https://fengzilong.github.io/Nest

License:MIT License


Languages

Language:JavaScript 78.0%Language:CSS 14.3%Language:HTML 7.7%