The Wayback Machine - https://web.archive.org/web/20200918140103/https://github.com/cockroachdb/admin-ui-components
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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>
);
You can’t perform that action at this time.