atomize
v1.0.28
Published
- UI design system for web apps. - Elegant and beautiful React components
Downloads
1,289
Readme
UI Design System for React JS
Features
- UI design system for web apps.
- Elegant and beautiful React components
Environment Support
- Modern browsers and Internet Explorer 9+
- Server-side Rendering
- Electron
| IE / Edge | Firefox | Chrome | Safari | Opera | Electron | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | IE9, IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Install
npm install atomize react-transition-group
yarn add atomize react-transition-group
Usage
import { Button } from "atomize";
ReactDOM.render(<Button />, mountNode);
Links
Examples
Development
To clone locally:
$ git clone [email protected]:Proksh/atomize.git
$ cd atomize
$ npm install // or yarn
$ npm start
Open your browser and visit http://localhost:8080
Contributing
Read our contributing guide and let's build a better atomize together.