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>
);