Skip to content

kodiak-packages/ventura

Repository files navigation

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