Socket
Book a DemoInstallSign in
Socket

@capitaltg/vero

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capitaltg/vero

Accessible, modern, open source React component library inspired by USWDS built with Radix UI

1.5.1
latest
Source
npmnpm
Version published
Maintainers
3
Created
Source

Vero - React Component Library

Accessible, modern, open source React component library inspired by USWDS built with Radix UI.

Features

  • 🎨 Modern Design: Clean, professional components inspired by USWDS
  • Accessible: Built with accessibility in mind using Radix UI primitives
  • 🎯 TypeScript: Full TypeScript support with comprehensive type definitions
  • 🎨 Customizable: Easily themeable with CSS custom properties
  • 📱 Responsive: Mobile-first design approach
  • Performance: Optimized for speed and bundle size

React Compatibility

Vero supports both React 18 and React 19:

  • React 18.2.0+: Full support with all features
  • React 19.0.0+: Full support with all features

Installation

npm install @capitaltg/vero
# or
yarn add @capitaltg/vero
# or
pnpm add @capitaltg/vero

Quick Start

  • Install the package and its peer dependencies:
npm install @capitaltg/vero react react-dom tailwindcss tailwindcss-animate
  • Import the CSS in your main CSS file:
@import '@capitaltg/vero/index.css';
  • Configure Tailwind CSS by extending your tailwind.config.js:
import veroConfig from '@capitaltg/vero/tailwind.config.js';

export default {
  ...veroConfig,
  content: [...veroConfig.content, './src/**/*.{js,ts,jsx,tsx}'],
};
  • Start using components:
import { Button, Input, FormItem } from '@capitaltg/vero';

function App() {
  return (
    <div>
      <FormItem label="Email" hintText="Enter your email address">
        <Input type="email" placeholder="you@example.com" />
      </FormItem>
      <Button variant="primary">Submit</Button>
    </div>
  );
}

Documentation

Visit our Storybook documentation to explore all available components and their usage examples.

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

MIT © Capital Technology Group

FAQs

Package last updated on 06 Sep 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.