0.1.11 • Published 5 years ago

mason-jar-framework v0.1.11

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

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago