0.1.4 • Published 12 months ago

modale-component-react v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

simple-component-libraryA library of React components created using create-react-app.

InstallationRun the following command:npm install modale-component

Then use the Modale component like this :

const [displayModale, setDisplayModale] = useState(false)

const handleDisplayModale = () => {setDisplayModale(!displayModale)}

<Modale display={displayModale} setDisplayModale={handleDisplayModale} text="texte" />