locomotivemtl / locomotive-boilerplate

🚂 Front-end boilerplate for projects by Locomotive.
https://locomotivemtl-boilerplate.vercel.app/
MIT License
458 stars 71 forks source link

Add Modal.js + Add global z-index scale #100

Closed mcaskill closed 2 years ago

mcaskill commented 2 years ago

Add accessible modal dialog component and ordered z-index map to standardize the layering of our components.

Dialog Features:

Required:

Added:

Note:

devenini commented 2 years ago

Overall I like the idea of building re-usable components. I'm just not sure if the boilerplate is the best place to put these tools. I think a "playground/demo type" repo with all the components would be best. Since this repo is our project starter and that means we will have to clean/remove all unused components.

mcaskill commented 2 years ago

Closing in favour of moving this component to locomotivemtl/cookbook#7.