@mongodb-js/mongodb-ui-components

A collection of frequently used functional UI components found on mongodb properties

Usage no npm install needed!

<script type="module">
  import mongodbJsMongodbUiComponents from 'https://cdn.skypack.dev/@mongodb-js/mongodb-ui-components';
</script>

README

mongodb-ui-components

Prerequisites

You must have node.js ^5.0.0 installed.

Getting started

  1. Run npm install
  2. To run development mode: npm run dev and access localhost:3000 in your favorite browser, such as netscape navigator.
  3. To build standalone version: npm run build
  4. To install: npm i @mongodb-js/mongodb-ui-components

Coding Style / Guidelines

js-standard-style

This repo follows standardjs guidelines.