0.1.2 • Published 2 years ago
react-alert-buttom
Licence
—
Version
0.1.2
Deps
7
Size
4 kB
Vulns
0
Weekly
0
React Alert Button
- install the published component from npm using the following command in your project directory.
npm install react-alert-buttom
- import and use your component
import { AlertBox } from 'react-alert-buttom';
const App = () =>{ return(
<AlertBox label={'Submit'}/>
)
}
- Save the file and run your React application. The published component should now be rendered within your app.