Skip to content

A set of buttons I often use durring development.

Notifications You must be signed in to change notification settings

ibudiallo/buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Buttons

These are simple buttons with 3 states: Normal | Hovered | Clicked

Buttons

Demo

You can see a live demo and a little more explanation on here: Create Awesome CSS buttons.

Optional Javascript

The javascript is only added to position the press effect right under the mouse click. The script is used to determine the actual position of the mouse when it clicks on the button. This adds a top and left position to the button using custom property --coord-x and --coord-y. This value is then processed in CSS using the CSS3 method var()

Note that the Javascript is optional and the experience should look good enough even without the animation.

About

A set of buttons I often use durring development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published