View on GitHub

a-react-material-ui-library

A placeholder for making open source react material-ui components/library

a-react-material-ui-library

npm_version license

A placeholder for making open source react material-ui components/library



Overview

Installation

npm install a-react-material-ui-library

Usage


import { MyComponent } from 'my-component';

// ...

<MyComponent myProp="myValue" />

Props API

MyComponent

A component example

Property Type Required Default value Description
myProp string yes   A random prop

Developers

Development

You should use YARN for development as NPM seems to be causing some issues! (Using NPM for just installing and using as a component is OK)

Demo app

Storybook

GitHub Page

Prod

Generate Readme.md

Will generate a readme according to your package.json info and the following files :

You can then edit your readme.md file if you need to before building/publishing/deploying

NPM

Will transpile and publish to npm, it will prompt you the version incrementing.

GitHub Page

Will build the static demo and storybook apps for prod into the build folder

Will deploy the built apps from ‘build’ folder to the ‘gh-pages’ github branch

Helper scripts

You should then commit and push sources on GitHub the usual way.

This document was generated by the Create React Readme v1.0.7.