atomized
v1.1.0
Published
A modern, accessible UI component library for React with a focus on performance and developer experience.
Downloads
5
Maintainers
Readme
Enhanced fork of Atomize - Modern UI Design System for React 18+
Features
- Modernized fork of Atomize
- Updated for Node 20+ and React 18+
- UI design system for web apps
- Elegant and beautiful React components
- Comprehensive documentation at zoodsood.github.io/atomized-docs
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 atomized react@^18 react-dom@^18 react-transition-group@^4yarn add atomized react@^18 react-dom@^18 react-transition-group@^4Usage
import { Button } from "atomized";
ReactDOM.render(<Button />, mountNode);Links
Examples
Development
To clone locally:
$ git clone [email protected]:Proksh/atomized.git
$ cd atomized
$ npm install // or yarn
$ npm startOpen your browser and visit http://localhost:8080
Contributing 
Read our contributing guide and let's build a better atomize together.

