0.1.2 • Published 11 months ago
@thmanyah/design-system v0.1.2
Thmanyah Design System
A comprehensive design system by Thmanyah, the leading Arabic podcast and content platform. Built to power our digital products with consistent, beautiful, and accessible Arabic-first user interfaces.
Installation
npm install @thmanyah/design-system
Usage
import { Button, Alert } from '@thmanyah/design-system';
function App() {
return (
<div>
<Button>ابدأ الآن</Button>
<Alert variant="success">تمت العملية بنجاح</Alert>
</div>
);
}
Features
- 🎨 Comprehensive component library
- 📱 Responsive and mobile-first
- 🌐 RTL support out of the box
- ♿️ Accessible components
- 🎯 TypeScript support
- 🎭 Customizable themes
Documentation
Visit our documentation site for detailed usage instructions and examples.
License
MIT © Thmanyah