ventura
TypeScript icon, indicating that this package has built-in type declarations

1.19.4 • Public • Published

TODO: Display logo

Ventura React component library

GitHub Workflow Status GitHub Workflow Status codecov Snyk Vulnerabilities for GitHub Repo npm Code style

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.

➡️ Go to full 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

Package Sidebar

Install

npm i ventura

Weekly Downloads

5

Version

1.19.4

License

MIT

Unpacked Size

170 kB

Total Files

169

Last publish

Collaborators

  • bramvanhoutte
  • robinwijnant
  • kodiak-bot