sctech-tr / seasonal-buttons

🌳 buttons that color themselves according to the current season!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seasonal buttons!

detect the season and display buttons with the appropriate colors!
here are the colors for each season:

  • spring: lightgreen
  • summer: yellow
  • autumn: orange
  • winter: white

attributes

  • text: the text to display on the button
  • onclick: works like normal js onclick

example

<script src="https://sctech.netlify.app/pkg/seasonal-buttons.js" async defer>
<seasonal-button text="click me!" onclick="alert('hello!')"></seasonal-button>

url

https://sctech.netlify.app/pkg/seasonal-buttons.js

About

🌳 buttons that color themselves according to the current season!

License:Apache License 2.0


Languages

Language:JavaScript 100.0%