Skip to content

theblinnk/YakaUI-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAKA UI

YAKA UI Logo

YAKA UI v1.0

Next-Generation UI Framework powered by GSAP & SVG

DocumentationFeaturesInstallationUsageComponents

Stars Developer


🚀 Overview

Docs: https://yaka-ui.vercel.app/docs.html

YAKA UI is a lightweight, high-performance UI framework for building stunning interactive interfaces.

Version 1.0 is production-optimized and leverages:

  • GSAP → ultra-smooth 60fps animations
  • SVG → crisp scalable graphics
  • ES Modules → modern architecture
  • CSS Variables → instant theming

It delivers premium glassmorphism visuals, physics-based interactions, and advanced UI motion — without unnecessary bloat.


✨ Features

  • 🎨 Glassmorphism components
  • ⚡ GSAP animation engine
  • 🧲 Magnetic hover interactions
  • 🧊 3D tilt effects
  • 🖱️ Custom next-gen cursor
  • 📱 Fully responsive design
  • 🔧 Modular lightweight core
  • 🌗 Fully themeable via CSS variables

📦 Installation

Include production build via CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/dill-lk/YAKA-UI/yaka_v1.0.css">

<script type="module" src="https://cdn.jsdelivr.net/gh/dill-lk/YAKA-UI/yaka_v1.0.js"></script>

YAKA UI auto-loads GSAP. For offline usage, host dependencies locally.


🔨 Usage

YAKA UI initializes automatically when loaded.

Activate effects using data attributes.

Basic Template

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/dill-lk/YAKA-UI/yaka_v1.0.css">
</head>

<body>

<button class="btn-primary" data-magnetic>
Hover Me
</button>

<script type="module" src="https://cdn.jsdelivr.net/gh/dill-lk/YAKA-UI/yaka_v1.0.js"></script>

</body>
</html>

🧩 Components

Buttons

<button class="btn-primary" data-magnetic>
<span>Get Started</span>
</button>

<button class="btn-glitch" data-text="CYBER">
CYBER
</button>

Glass Cards

<div class="card glass-card" data-tilt>
<div class="card-content">
<h3>Smart Card</h3>
<p>Interactive glassmorphism with 3D tilt.</p>
</div>
<div class="card-border"></div>
</div>

📈 Star History

(Add chart later using star-history.com embed if wanted)


👨‍💻 Developed By

Maintained by dill-lk

profile

Project under YAKA UI Labs https://github.com/yaka-ui-labs


📄 License

MIT License — see LICENSE file.


Made with ❤️ by dill-lk & YAKA UI Team

## Star History

Star History Chart[]


About

Documentation site for YAKA UI — guides, component references, examples, and integration instructions for building modern interactive interfaces. yaka-ui.vercel.app

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors