@atipicus/mrs-ui
v2.0.3
Published
A cromprehensive design system Based on Material UI, with 53 production ready React components and TypeScript support...
Maintainers
Readme
MRS UI Design System
A comprehensive design system based on Material UI, with 53 production-ready React components and TypeScript support.
📖 Documentation
- Getting Started - Quick introduction and setup
- Guides - How-to guides and tutorials
- Architecture - System design and decisions
- API Reference - Component API documentation
- Best Practices - Development patterns
- Migration Guide - From Material-UI
- Theme & Tokens - Theming system
📦 Installation
npm install @atipicus/mrs-uiPeer Dependencies:
npm install @mui/material @emotion/react @emotion/styled react react-dom🎯 Quick Start
import { Button, TextField, ThemeProvider, theme } from '@atipicus/mrs-ui';
function App() {
return (
<ThemeProvider theme={theme}>
<TextField label="Email" />
<Button variant="contained">Sign In</Button>
</ThemeProvider>
);
}🔗 Links
Version: 1.1.0 License: UNLICENSED
For complete documentation, see docs/README.md
