1.0.5 • Published 1 year ago

library-hrnet-react-lr v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

hayden-react-rhnet-library

Library made for the HRnet application. In this library you will find the modal.

NPM JavaScript Style Guide

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

1.0.5

1 year ago