Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ventura

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ventura

TODO: Display logo

  • 1.19.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

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

Keywords

FAQs

Package last updated on 12 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc