1.0.4 • Published 4 years ago
another_p14_modalbox v1.0.4
Installation
$ npm install --saveUse in application with parameters
const [isDisplayed, setDisplayed] = useState(false);
// Copy paste this in your code
<Requirements title="yourprop" text='yourprop' setShow={setDisplayed}/>