Skip to content

Box Shadows - Handpicked Box-Shadows for Developers and Designers

License

Notifications You must be signed in to change notification settings

Thuvan96/Box-Shadows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box Shadows Handpicked Box-Shadows for Developers and Designers

Contribute

want to add new Box-Shadow?

All the Box-Shadows are loaded in a single file : shadows.js in the src directory.

How to add new box-shadow

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

Please feel free to request pull any improvements you want to contribute.

LICENSE : MIT

About

Box Shadows - Handpicked Box-Shadows for Developers and Designers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.5%
  • CSS 24.4%
  • HTML 14.1%