GitXplorerGitXplorer
f

Nest

public
59 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
60b193de305771b985837efa7a3cf0931d750c92

adjust button with icon example

ffengzilong committed 8 years ago
Unverified
50867c2f453deb84667a06c5a0df255b5d80d9d5

tweaks

ffengzilong committed 8 years ago
Unverified
f54248e63c081cd4f2a4baead2ac02d32886a4e1

0.0.9

ffengzilong committed 8 years ago
Unverified
07b9430d451a65fe78781f18f7fc88d2e345fd8d

merged rate branch

ffengzilong committed 8 years ago
Unverified
07663704070f267a393d66ed8d51f56070b68ac8

rate bugfix

ffengzilong committed 8 years ago
Unverified
0b600d4db20160990402136fbb60061d7540cdc3

fixed #3

ffengzilong committed 8 years ago

README

The README file for this repository.

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