react-alert-buttom
v0.1.2
Published
1. install the published component from npm using the following command in your project directory.
Readme
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.
