- UI design system for web apps. - Elegant and beautiful React components
npm install atomizeUI Design System for React JS
  

- UI design system for web apps.
- Elegant and beautiful React components
- 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 |
``bash`
npm install atomize react-transition-group
`bash`
yarn add atomize react-transition-group
`jsx`
import { Button } from "atomize";
ReactDOM.render(, mountNode);
- Home page
- Getting Started
- Showcase
- Contributing
- Theme Setup
- Atoms
- Molecules
- Functions
- Search Box
- Star Rating
- Login Form
- Payment Card
- Pokedex | Repository
To clone locally:
`bash``
$ git clone git@github.com:Proksh/atomize.git
$ cd atomize
$ npm install // or yarn
$ npm start
Open your browser and visit http://localhost:8080
Read our contributing guide and let's build a better atomize together.