1.0.4 • Published 4 years ago
just-cool-button v1.0.4
just-cool-button
What is it?
This is a cooooool button!
How to use?
import React from 'react';
import ReactDOM from 'react-dom';
import JustCoolButton from 'just-cool-button';
ReactDOM.render(
<JustCoolButton style={{ fontSize: 32, }} />,
document.getElementById('root')
);