react-button-with-loading
v1.1.1
Published
Installation
Downloads
2
Readme
Installation
npm install react-package-button-loading
<======================== This package import =======================>
import { Button } from "react-package-button-loading";
function App() {
return (
<div className="App">
<Button />
</div>
);
}
<================================== Props =====================>
text , type, onClick, disabled, className, loading, color, bgColor, buttonType => (contained, outline)