CharaeKeow / Box-Shadows

Box Shadows - Handpicked Box-Shadows for Developers and Designers

Home Page:https://boxshadows.nakulrathore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://boxshadows.nakulrathore.com

License:MIT License


Languages

Language:JavaScript 57.9%Language:CSS 25.4%Language:HTML 16.7%