0.1.1 • Published 7 years ago
react-simple-button v0.1.1
Welcome to React Simple Button :)
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.