Featurastic UI Buttons

Discover easy-to-use, beautiful buttons for your website. Perfect for all web developers!

Published: January 02, 2025Updated: - January 03, 2025

image

A modern, customizable, and feature-rich UI button library designed for stunning web interfaces. Perfect for developers who demand elegance, responsiveness, and simplicity.

โœจ Features

  • ๐Ÿ’ก Customizable Styles: Tailor colors, sizes, shapes, and effects effortlessly.
  • โšก Lightweight & Fast: Minimal footprint, optimized for performance.
  • ๐Ÿ“ฑ Responsive Design: Looks fantastic on all devices.
  • ๐Ÿ”Œ Seamless Integration: Works with React, Angular, Vue, and vanilla JavaScript.
  • ๐ŸŒˆ Predefined Themes: Use built-in themes or create your own.
  • โœจ Ripple Effects: Add interactive animations with one attribute.
  • ๐ŸŒŸ Extendable: Add custom behaviors and styles easily.

Web Demo
GitHub Repo
YouTube Video
NPM Package

๐Ÿ› ๏ธ Getting Started

Basic Usage (HTML + JS)

Quickly add a stylish button to your webpage:

<!-- Button Element -->
<button class="fui-btn" data-variant="primary">Click Me</button>

<!-- Include the JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/fui-buttons.js"></script>

also, include the CSS for advanced styling:

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/[email protected]/fui-buttons.css"
/>

๐ŸŒŸ Built-in Themes & Variants

Featurastic UI Buttons come with built-in themes:

VariantUsage ClassPreview ColorPreview Button
Primarydata-variant="primary"#00ffff hsl(180, 100%, 50%)Comming Soon!
Secondarydata-variant="secondary"#fe015e hsl(338, 99%, 50%)Comming Soon!
Successdata-variant="success"#26ff00 hsl(111, 100%, 50%)Comming Soon!
Errordata-variant="error"#ff0000 hsl(0, 100%, 50%)Comming Soon!
Neturaldata-variant="netural"#808080 hsl(0, 0%, 50%)Comming Soon!

๐ŸŒˆ Example Buttons

Explore the power of Featurastic UI Buttons:

<!-- Button Variants -->
<button class="fui-btn" data-variant="primary">Primary</button>
<button class="fui-btn" data-variant="secondary">Secondary</button>

<!-- Ripple Effect -->
<button class="fui-btn" data-variant="success" data-ripple="true">
  Success with Ripple
</button>

๐ŸŽ‰ Coming Soon

  • React.js, Vue.js, Nuxt.js Components
  • Advanced animations and accessibility options.
  • More themes and variants.
  • Customizable Button size.

๐Ÿค Contributing

We love contributions! Here's how you can help:

  1. ๐Ÿด Fork the repository
  2. ๐ŸŒฟ Create your feature branch (git checkout -b feature/AmazingFeature)
  3. ๐Ÿ’พ Commit your changes (git commit -m 'Add some AmazingFeature')
  4. ๐Ÿš€ Push to the branch (git push origin feature/AmazingFeature)
  5. ๐Ÿ”ƒ Open a Pull Request

Check out our Contribution Guidelines for more details.

๐Ÿ“„ License

This project is licensed under the CC0-1.0 License


Made with โค๏ธ by the Nexos Creation Team

โญ Star us on GitHub!