@mongodb-js/mongodb-ui-components
v5.1.3
Published
A collection of frequently used functional UI components found on mongodb properties
Downloads
309
Maintainers
Keywords
Readme
mongodb-ui-components
Prerequisites
You must have node.js ^5.0.0 installed.
Getting started
- Run
npm install
- To run development mode:
npm run dev
and accesslocalhost:3000
in your favorite browser, such as netscape navigator. - To build standalone version:
npm run build
- To install:
npm i @mongodb-js/mongodb-ui-components
Coding Style / Guidelines
This repo follows standardjs guidelines.