An accessible design system for React.
Styple is an accessible design system for React that is built using Stitches and Radix UI. It is a meticulously crafted design system with a focus on attention to detail.
To install Styple, you can follow these steps:
npm install styple
import { Button, Typography } from 'styple';
function MyComponent() {
return (
<div>
<Typography variant="heading">Hello Styple!</Typography>
<Button variant="primary">Click me</Button>
</div>
);
}
Styple is an accessible design system for React that is built using Stitches and Radix UI. It offers a range of features including accessibility, a solid foundation for React development, and meticulous attention to detail. With its easy installation and usage, Styple provides a great solution for developers who want to create visually appealing and consistent React applications.