Coder Social home page Coder Social logo

nakulrathore / box-shadows Goto Github PK

View Code? Open in Web Editor NEW
60.0 3.0 69.0 1.27 MB

Box Shadows - Handpicked Box-Shadows for Developers and Designers

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

JavaScript 78.25% SCSS 21.75%
box-shadow hacktoberfest hacktoberfest2021 hacktoberfest-accepted open-source

box-shadows's People

Contributors

nakulrathore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

box-shadows's Issues

Fix blur on hover

in between the hover start and end state, the box and text blurrs
possible solutions :
-make the transition fast
-remove the transition
-fix burr via css or js hack

Add filters and Sorting

filters can be :
-by popular brands
-by brand category*. etc
sorts can be:
-Alphabetically
-Without border first
-borders first
-incent borders first etc

anything else you want to add is also welcome.

Add new Box-Shadows CSS

add new box shadows you find useful
by editing src/shadows.js

 {
    	"name": "NAME-HERE",
    	"shadow": "BOX-SHADOW-CSS-HERE",
    	"border": "BORDER-CSS-HERE"
  },

Add color picker for background color.

user should be able to add/type hex color for background.
or use the color picker to pick background color.

picker should be minimal with hex input box.

Find and Tag/Correct Duplicate shadows [Always open]

some shadows (shadow values) are duplicates, see ex: "Instagram login box",
(if you don't find example, its probably removed )

verify and correct those shadow values by going to that website(in this example checking out instagram login box),

or

tag the duplicate shadow in shadow.js file with key "duplicateOf"

example

 {
    name: "Example shadow",
   duplicateOf : 'Original shadow name',
    shadow: "0 2px 2px 0 rgba(0,0,0,0.14)",
    border: "0"
  },

DONT remove that shadow, just tag or update it, make sure to provide a description of the action you took in the pull request.

commits referring this issue will be reviewed before we make any changes.

Great work!

Hello @nakulrathore, great to see your work. However, it would be really nice if you can directly add the link to GitHub repo in the hosted webpage.

Also, let me know if you are looking out for collaborators, I can share about this in my group @knaxus

Thanks

add colors to background color buttons

add colors to background change buttons, so user can easily switch to desired bg without going through all the BGs,
see bg colors here : src/background.js

Add github ribbon

add github ribbon on webpage, it should be minimal and should match style of project.
ribbon can be placed anywhere, should not block any content and be mobile friendly.

Demo link is hacked

I tried the link from the right-hand side of this repo and it does dozen of redirects on spam websites.

box shadows showing for some Boxes

some of the shadows are not showing on boxes maybe because of the semicolon ;

checkout named "Solid new";
there are some other boxes too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.