Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaola-fed/nek-ui
UI components based on RegularJS
https://github.com/kaola-fed/nek-ui
nek regularjs ui-components
Last synced: about 1 month ago
JSON representation
UI components based on RegularJS
- Host: GitHub
- URL: https://github.com/kaola-fed/nek-ui
- Owner: kaola-fed
- License: mit
- Created: 2017-02-04T14:55:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T04:24:28.000Z (over 4 years ago)
- Last Synced: 2024-11-08T22:40:12.955Z (about 2 months ago)
- Topics: nek, regularjs, ui-components
- Language: JavaScript
- Homepage: https://kaola-fed.github.io/nek-ui
- Size: 27.4 MB
- Stars: 44
- Watchers: 7
- Forks: 15
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nek-ui [WIP]
UI components based on [RegularJS][regularjs][![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
[=> Documents <=](https://kaola-fed.github.io)
[=> CodePen <=](http://codepen.io/int64ago/pen/WRmzPV)
### Usage
- For browser:
```
//unpkg.com/nek-ui/dist/css/nek-ui.default.min.css
//unpkg.com/nek-ui/dist/vendor/regular.min.js
//unpkg.com/nek-ui/dist/js/nek-ui.min.js
```- For Node:
```
npm i [email protected] nek-ui -Sconst NEKUI = require('nek-ui');
```
### Development
- `cd doc && npm i`
- `cd .. && npm i`
- `npm run dev`:memo: For more in [WIKI](https://github.com/kaola-fed/nek-ui/wiki)
### Reference
- [Regular UI](https://regular-ui.github.io/) - forked from
- [Vue](https://cn.vuejs.org/) - docs style
- [Ant Design](https://ant.design/) - ideas
- [Element](http://element.eleme.io) - ideas### LICENSE
MIT[regularjs]: https://github.com/regularjs/regular
[npm-url]: https://npmjs.org/package/nek-ui
[npm-image]: https://img.shields.io/npm/v/nek-ui.svg[travis-url]: https://travis-ci.org/kaola-fed/nek-ui
[travis-image]: https://img.shields.io/travis/kaola-fed/nek-ui.svg[license-url]: https://github.com/kaola-fed/nek-ui/blob/master/LICENSE
[license-image]: https://img.shields.io/github/license/kaola-fed/nek-ui.svg