0.3.6 • Published 3 years ago
modal_react_oc_mf v0.3.6
Start with modal composant
install the composant
use this comande
npm i modal_react_oc_mfconfigure the copmposant
global
style : style_modaltext of the modal
style: style_txt
text : modal_txtbuttton
style: style_btn
onClick: actioncloseimage close
style: style_imgexemple / default props
style_img: {
    width: 'auto',
    height: '20px',
    border: '0px solid',
    borderRadius: '205px',
  }
  style_modal: {
    display: 'none',
    position: 'absolute',
    top: '50%',
    opacity: '1',
    zIndex: '1',
    borderRadius: '205px',
    background: 'white',
    border: '2px solid rgb(204, 51, 0)',
    justifyContent: 'center',
  }
  style_btn: {
    border: '0px solid',
    padding: '0px',
    position: 'relative',
    height: '20px',
    borderRadius: '205px',
  }
  style_txt: { padding: '20px' },
  modal_txt: 'Employee create',