1.0.5 • Published 10 months ago
@atomazing-org/design-system v1.0.5
Atomazing Design System
The @atomazing-org/design-system provides a set of useful utils, mui style extensions and components to build your application the way Atomazing does.
Build-on
"@mui/material": "^5.15.21"
"@mui/icons-material": "^5.15.11"
"@emotion/css": "^11.11.2"
Installation
Just install package from npm
npm i @atomazing-org/design-systemPackage structure
├── src
│ ├── components // React components
│ ├── styles // Mui style extensions and themeing tools
│ └──utils // Useful util functions
├── index.ts
├── tsconfig.json
├── package.json
└── README.md