Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
UI components based on RegularJS
Nek-ui is a work-in-progress UI component library based on the RegularJS framework, made by Kaola FED. It ships as both a browser-ready bundle on unpkg and an npm package, giving developers a set of reusable interface elements that follow conventions inspired by Ant Design and Element.
Nek-ui is a collection of UI components built on RegularJS 0.4.3. The library is distributed via unpkg for direct browser use and through npm under the package name nek-ui, which exposes a NEKUI object when required. It is not yet stable, as the repository is marked WIP, and its documentation is available at the Kaola FED docs site.
[email protected].regular.min.js), and minified JS files; the Node build is installed with npm i [email protected] nek-ui -S.npm run dev.require('nek-ui') to integrate components into a CommonJS-oriented project.cd doc && npm i then npm run dev to view and develop against the docs site.Yes, nek-ui uses the MIT license, so it is free to use, copy, modify, and distribute. No commercial restrictions are stated.
The repository is labeled WIP (work in progress), so it should be treated as unstable. APIs may change, and there is no guarantee of full test coverage.
Install via npm with npm i [email protected] nek-ui -S or load the distributed files from unpkg: the default CSS, regular.min.js, and nek-ui.min.js.
