You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@cockroachlabs/ui-components

Package Overview
Dependencies
Maintainers
0
Versions
1718
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cockroachlabs/ui-components

UI Components is a reusable component library. It provides the core components for the Cockroach design system.

1.15.7
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

UI Components

UI Components (ui-components) is a reusable component library. It provides the core components for the Cockroach design system.

  npm install --save-dev @cockroachlabs/ui-components

Components are exported individually from the package,

import { Badge } from "@cockroachlabs/ui-components";

export default props => (
  <div>
    <Badge>Cockroach UI Badge</Badge>
  </div>
);

FAQs

Package last updated on 25 Dec 2024

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