react modal message validation
npm install modal-react-validation> react modal message validation
 
This component uses the following tech stack:
- Node.js >= v20
- React >= v18
Please make sure you have the right versions and download both packages. You can verify this by using this command in your terminal:
``bash`Check Node.js version
node --version
`bash`
npm install modal-react-validation
`jsx
import React, { useState } from 'react'
import { ModalComponent } from 'modal-react-validation'
function App() {
const [open, setOpen] = useState(false)
return (
your message
)
}
export default App
``
MIT © nivoix