@cockroachlabs/ui-components

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

Usage no npm install needed!

<script type="module">
  import cockroachlabsUiComponents from 'https://cdn.skypack.dev/@cockroachlabs/ui-components';
</script>

README

ui

Published assets for Cockroach Labs user interfaces

Development setup

  • Install all dependencies with Yarn (it resolves dependencies for nested workspaces and links them if necessary)
  • Run build command for all packages to have generated assets in place (needed for icons and design-tokens workspaces)
yarn install && yarn lerna run build