library-hrnet-react-lr
v1.0.5
Published
Librairie pour l'application hrnet. Dans celle-ci vous retrouverez le modal
Downloads
1
Readme
hayden-react-rhnet-library
Library made for the HRnet application. In this library you will find the modal.
Install
npm install --save hayden-react-rhnet-library
Usage
Example of the code for the Modal
import React, { Component } from 'react'
import Modal from 'hayden-react-rhnet-library'
import 'hayden-react-rhnet-library/dist/index.css'
class Example extends Component {
render() {
return <Modal />
}
}
Modal component props
text="Text example" isOpen={bool} setIsOpen= function pour mettre a jour isOpen autoClose={bool}
License
MIT © HaydenLeDev