React component library using Sonnat Design System to build faster, elegant, and accessible web applications.
The React component library, Sonnat Design System, offers a solution for building faster, elegant, and accessible web applications. With its comprehensive set of components and features, Sonnat-UI enables developers to create high-quality user interfaces efficiently.
To get started with Sonnat-UI, follow the steps below:
npm install sonnat-ui
import { Button, TextField, Card } from 'sonnat-ui';
function App() {
return (
<div>
<Button variant="contained" color="primary">Submit</Button>
<TextField label="Email" />
<Card>
<Card.Title>Card Title</Card.Title>
<Card.Content>This is the content of the card.</Card.Content>
</Card>
</div>
);
}
Sonnat Design System offers a comprehensive set of components for building faster, elegant, and accessible web applications. With its easy installation process and active community, developers can leverage Sonnat-UI to create high-quality user interfaces efficiently.