awardscss
v1.0.1
Published
High-end CSS library for Awwwards-level design
Maintainers
Readme
✨ Features
- ⚡️ Pure CSS Architecture (no JS animation libraries)
- 🌊 Fluid Typography using clamp()
- 🎬 Cinematic UI modules (glass, bento, aurora)
- 🖱️ Advanced hover + cursor effects
- 🎥 Scroll-linked animations
- 🌗 Dark & Light theming support
📦 Installation
NPM
npm install awardscssYarn
yarn add awardscssPNPM
pnpm add awardscssImport in your project:
import 'awardscss/dist/awardscss.css';🌐 CDN
<link href="https://cdn.jsdelivr.net/npm/awardscss/dist/awardscss.css" rel="stylesheet">🚀 Quick Start
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AwardsCSS</title>
<link href="https://cdn.jsdelivr.net/npm/awardscss/dist/awardscss.css" rel="stylesheet">
</head>
<body class="theme-dark aw-noise-animated" style="overflow-x: clip;">
<main class="container pt-section">
<h1 class="text-display font-display aw-liquid-fill" data-text="Fluidity">
Fluidity
</h1>
</main>
</body>
</html>🧩 Components
Typography
- .aw-liquid-fill
- .aw-glitch
- .aw-roller
Layout
- .aw-bento
- .aw-grid-floor
- .aw-layered-glass
Scroll Effects
- .aw-stack-card
- .aw-aurora-bg
🌐 Browser Support
| Browser | Version | |--------|--------| | Chrome | 115+ | | Firefox | 114+ | | Safari | 16.4+ |
🤝 Contributing
- Fork repo
- Create branch
- Commit changes
- Push
- Open PR
📄 License
MIT License
