Overview
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.
Features
- Accessibility: Styple is designed to be accessible, ensuring that all users can have a great experience.
- Stitches and Radix UI: The design system is built using Stitches and Radix UI, providing a solid foundation for React development.
- Attention to detail: Styple pays close attention to the small details, making sure that every element is visually appealing and consistent.
Installation
To install Styple, you can follow these steps:
- Open your terminal and navigate to your project directory.
- Run the following command to install Styple as a dependency in your project:
npm install styple
- Once the installation is complete, you can import and use Styple in your React components as follows:
import { Button, Typography } from 'styple';
function MyComponent() {
return (
<div>
<Typography variant="heading">Hello Styple!</Typography>
<Button variant="primary">Click me</Button>
</div>
);
}
Summary
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.