0.3.6 • Published 2 years ago

modal_react_oc_mf v0.3.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Start with modal composant

install the composant

use this comande

npm i modal_react_oc_mf

configure the copmposant

global

style : style_modal

text of the modal

style: style_txt
text : modal_txt

buttton

style: style_btn
onClick: actionclose

image close

style: style_img

exemple / 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',
0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago