1.0.3 • Published 12 months ago
lalia-modal v1.0.3
Source
This project was made by Cedric Delabarre for OpenClassRooms
Modal using
With this project you will be able to use a react modal
npm install lalia-modal
Will install lalia modal in your react project
Directory available
After you install, the files will be available in the node_modules directory
Code Sources
This module can be changed modifying the component sources
/src
Styling
Styles in SCSS format are available for modifcations
in src/styles
Structure
File structure is available
in src/components/
Usage
Modal is customized using params like above
title
You can pass title using
title="ex : title example"
content
You can pass content using
content="ex : Modal content"
closeButtonText
You can pass content using
closeButtonText="ex : Close"
showCloseIcon
You can hide or show close icon
showCloseIcon={true/false}