Box Shadows Handpicked Box-Shadows for Developers and Designers
want to add new Box-Shadow?
All the Box-Shadows are loaded in a single file : shadows.js in the src directory.
Method 1. (Simple)
[1] Go to file shadows.js
[2] Click on Edit 🖉
[3] Copy below code and Edit all three keys (notice comma at the end)
{
"name": "NAME-HERE",
"shadow": "BOX-SHADOW-CSS-HERE",
"border": "BORDER-CSS-HERE"
},
[4] Paste it at the End of array in shadows.js -- just before ]
[5] Fill the Input to Propose new Changes EX: Added spotify login box shadow then Proceed the Submit Pull-Request
Method 2. (Fork)
[1] Fork this repo
[2] Make changes in src/shadows.js
[3] Commit with proper message and create a Pull Request
LICENSE : MIT