TODO: Display logo
A lightweight, themable react component library from 2020
- 📘 Typescript support
- 🎨 Theme with CSS variables
- 📎 All components support className and ref props
- 🐦 Icons from Feather Icons
You can find examples of all of our components in the documentation.
This library is documented using Docz.
yarn add ventura
npm install ventura
import { Button } from 'ventura';
const MyComponent = () => {
return <Button>Click me</Button>;
};
TODO
TODO
TODO