@masst/glassui
v0.0.1
Published
A beautiful glassmorphism theme from Masst UI – Inspired by Apple's Liquid Glass design.
Downloads
1
Maintainers
Readme
🧊 Glass UI — Apple - Inspired Theme for Masst UI
Glass UI is a beautifully crafted glassmorphism-inspired theme built on top of the Masst UI component library.
Inspired by Apple's Liquid Glass aesthetic, this theme brings a modern, translucent, and smooth visual experience to your React apps.
⚡ Part of the Masst.dev ecosystem
✨ Features
- 💎 Liquid Glass Look – Inspired by Apple’s latest UI trend
- 🎨 Fully themeable and consistent with Masst UI
- 🧩 Works out of the box with your Masst UI components
- 🚀 Lightweight and tree-shakable
- 🧠 Built with utility-first design principles
📦 Installation
npm install glassui
# or
pnpm add glassui⚠️ This is a theme wrapper for masst-ui. Ensure masst-ui is installed in your project.
🛠️ Usage
import { GlassUIProvider } from "glassui";
export default function App() {
return (
<GlassUIProvider>
<YourApp />
</GlassUIProvider>
);
}📚 Documentation
Find the full documentation, theming guide, and component list at: 👉 docs.masst.dev
🔗 Related Projects
- Masst UI – Core component library
- Masst CLI – CLI for scaffolding projects
- Masst.dev – Explore the full ecosystem
🧑💻 Author - Aditya Narayan
⚖️ License MIT – Free to use and modify for commercial & personal projects.
