Comprehensive set of design components, guidelines, and best practices for creating beautiful and intuitive user experiences.
- 🌈 UI components for web applications.
- 📦 High-quality React components out of the box.
- 🛡 Written in TypeScript with predictable static types.
- ⚙️ Whole package of design resources and development tools.
- 🎨 Powerful cloud customization based on SIUX Studio.
- All modern browsers
- Server-side Rendering
- Electron
npm install @siuxco/design-systemimport { Button, Text } from '@siuxco/design-system';
const App = () => (
<>
<Text variant="body-strong-1">
Example text
</Text>
<Button
iconLeft="icon-system-download-line"
variant="primary"
>
Button
</Button>
</>
);<link href="https://cdn.siux.studio/static/brand/632213d5a467b1178b31dde0/latest/siux.main.css" type="text/css" rel="stylesheet" />
<link href="https://cdn.siux.studio/static/brand/632213d5a467b1178b31dde0/latest/siux.main.responsive.css" type="text/css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Inter:100,200,300,500,600,700,800,900|Lato:100,300,700,900|Roboto+Mono:100,200,300,500,600,700" type="text/css" rel="stylesheet" />Create a brand in SIUX Studio and in the CSS Library section copy the links to make your custom implementation.