clicklet
v1.0.5
Published
The funniest button you'll ever meet! 🤪
Maintainers
Readme
Clicklet 🔘
The funniest button you'll ever meet! 🤪
Clicklet is a lightweight, customizable Web Component button. It supports shadow DOM encapsulation and reactive attributes like color and size — perfect for modern web apps.
🚀 Installation
npm install clicklet📦 Usage
<clicklet color="blue" size="large">Click me!</clicklet>🎨 Styling
<style>
clicklet {
--color: red;
--size: medium;
}
</style>📝 API
Attributes
color: The color of the button. Default isblue.size: The size of the button. Default ismedium.
Properties
color: The color of the button.size: The size of the button.
📌 License
MIT ©
