ventura
v1.19.4
Published
TODO: Display logo
Downloads
31
Readme
TODO: Display logo
Ventura React component library
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
Documentation
You can find examples of all of our components in the documentation.
This library is documented using Docz.
Getting started
yarn add ventura
npm install ventura
Usage
import { Button } from 'ventura';
const MyComponent = () => {
return <Button>Click me</Button>;
};
Theming
TODO
Browser support
TODO
Contributing
TODO