zenkai
v0.10.2
Published
Data types helpers, DOM manipulations and UI components
Downloads
8
Readme
Zenkai
Boost your productivity.
Please, be informed that Zenkai is currently in alpha. Proceed with caution.
Libraries
STD
The Standard library (STD) main goal is to be used as a base for any JS project and therefore has no browser dependency. It focuses on extending the capabilities of Javascript data types and expanding some of the language concepts such as AJAX, Logic and Path.
DOM
The Document library (DOM) primary goal is to provide a richer and more direct API to manipulate elements. This library enforces structure validation to stay conform to the web standards and as a bonus always yields valid elements.
UI
The User Interface library (UI) offers a collection of modular styled components to create a better user experience. They are highly configurable and can be integrated to any design or theme of your choice. The components include:
- Floating Label
- Input counter
- Selector
- Switch
- Collapsible
- Accordion
Documentation
Changelog
Detailed changes for each release are documented in the release notes.
Installation
If you want to play with the code, download the src folder.
Building the Code
To build the code, follow these steps.
- Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
- From the project folder, execute the following command:
$ npm install
Running the Tests
$ npm test
License
The source code is licensed under a MIT LICENSE