UNPKG

next-ui

Version:

NeXt UI Toolkit npm distribution.

20 lines (13 loc) 391 B
# NeXt-bower NeXt UI Toolkit `bower` and `npm` distribution. You can install this package either with `npm` or with `bower`. Current version 0.9 # Install ### bower ```shell bower install NeXt ``` Then link NeXt to your `index.html`: ```html <script src="/bower_components/next-bower/js/next.js"></script> <link rel="stylesheet" href="/bower_components/next-bower/css/next.css" /> ```