0.0.3 • Published 4 years ago

@planet/mui-components v0.0.3

Weekly downloads
-
License
Proprietary
Repository
-
Last release
4 years ago

@planet/mui-components

Shared components for Planet React web apps built with Material-UI

NPM JavaScript Style Guide

Install

npm install --save @planet/mui-components

Usage

import React from "react";
import { NavBar } from "@planet/mui-components";

const App = () => (
  <div>
    <NavBar />
  </div>
);

Development

  • Run npm start to run storybook

Releasing

  • Run npm run build to build release
  • Run npm version to bump npm version
  • Run npm publish to publish package to npm
  • Publish to git: git push then git push --tags