Skip to content

Shared frontend components between the CRDB Admin UI and other apps

Notifications You must be signed in to change notification settings

vladlos/admin-ui-components

 
 

Repository files navigation

Admin UI Components

This library contains components used by the CockroachDB Admin UI.

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

Components are exported individually from the package,

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

export default props => (
  <div>
    <Drawer />
  </div>
);

About

Shared frontend components between the CRDB Admin UI and other apps

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.2%
  • SCSS 13.7%
  • JavaScript 2.1%