0.1.11 • Published 7 years ago

mason-jar-framework v0.1.11

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Mason Jar Framework

Installation

yarn add mason-jar-framework

or

npm install mason-jar-framework

Usage

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;

Demo

To run demo on your own computer:

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago