Atomize : Simple Design System for React

javidjms

Javid Mougamadou

Posted on March 15, 2021

Atomize : Simple Design System for React

Concept

Alt Text

Atomize React is a UI framework that helps developers collaborate with designers and build consistent user interfaces effortlessly.

Alt Text

Alt Text

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
Enter fullscreen mode Exit fullscreen mode

Usage

import { Button } from "atomize";
ReactDOM.render(<Button />, mountNode);
Enter fullscreen mode Exit fullscreen mode

Link

💖 💪 🙅 🚩
javidjms
Javid Mougamadou

Posted on March 15, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related