npm.io
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

  1. install the published component from npm using the following command in your project directory.

npm install react-alert-buttom

  1. import and use your component

import { AlertBox } from 'react-alert-buttom';

const App = () =>{ return(

<AlertBox label={'Submit'}/>
) }

  1. Save the file and run your React application. The published component should now be rendered within your app.