Concept
Atomize React is a UI framework that helps developers collaborate with designers and build consistent user interfaces effortlessly.
Features
- UI design system for web apps.
- Elegant and beautiful React components
- Environment Support
- Modern browsers and Internet Explorer 9+
- Server-side Rendering
Install
npm install atomize react-transition-group
yarn add atomize react-transition-group
Usage
import { Button } from "atomize";
ReactDOM.render(<Button />, mountNode);
Top comments (0)