yarn add mason-jar-framework
or
npm install mason-jar-framework
Ensure bootstrap files have been loaded into the top level of your react app.
Example:
import React from 'react';
import { Button } from 'mason-jar-framework';
const App = () => <Button color="primary">Test</Button>;
export default App;
To run demo on your own computer:
- Clone this repository
npm install
npm start
- Visit http://localhost:3000/