0.1.11 • Published 6 years ago

mason-jar-framework v0.1.11

Weekly downloads
7
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago