0.1.1 • Published 7 years ago

react-simple-button v0.1.1

Weekly downloads
3
License
MIT
Repository
-
Last release
7 years ago

Welcome to React Simple Button :)

Build Status

Installation

Simple Button is available as an NPM Package

using npm

npm i react-simple-button`

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import SimpleButton from 'SimpleButton';

function Button() {
  return (
    <div>
      <p>Hello World</p>
      <SimpleButton />
    <div>
  );
}

ReactDOM.render(
  <Button />,
  document.getElementById('root'));

License

This project is licensed under the terms of the MIT license.

0.1.1

7 years ago

0.1.0

7 years ago