dummy-master

1.0.3 • Public • Published

React Dummy Project

React component library.

Installation

install using npm:

npm install dummy-master

Basic usage

In the following example, you can see how to import PushButton component and render it with title "Agree" and green background color.

import React from 'react';
import ReactDOM from 'react-dom';
import { PushButton } from "dummy-master";

ReactDOM.render(
  <PushButton title="Agree" color="green" />,
  document.getElementById('app')
);

Dependencies (2)

Dev Dependencies (34)

Package Sidebar

Install

npm i dummy-master

Weekly Downloads

5

Version

1.0.3

License

MIT

Unpacked Size

168 kB

Total Files

20

Last publish

Collaborators

  • astevenson