@cockroachlabs/admin-ui-components
v0.1.37
Published
Admin UI Components is a library of components shared between CockroachDB and CockroachCloud
Downloads
12
Maintainers
Keywords
Readme
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>
);