one-for-all-ui
v0.0.3-beta.3
Published
JavaScript Design Library
Readme
Project Is Moved
This project is moved to @one-for-all-ui/core
One For All UI

Installation
NPM
npm install one-for-all-ui --saveJavaScript
<script src="https://cdn.jsdelivr.net/npm/one-for-all-ui/dist/one-for-all/one-for-all.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/one-for-all-ui/dist/one-for-all/one-for-all.css">Themeing
- Below css variables are provided for theming of all components
--color-primary: your_color;
--color-secondary: your_color;
--color-font: your_color;Note: Replace your_color with your choice of color.
Example
Dark Shadow (Modal)
- JavaScript - Example Link
Special Card (Card)
- JavaScript - Example Link
Zero Gravity Button (Floating Action Button)
JavaScript - Example Link
Note: If you want to show button respective to any element then set position to relative for that element.
For Development
To start locally, run:
npm install
npm startTo build the component for production, run:
npm run buildTo run the unit tests for the components, run:
npm test