@tetraship/react-glass
v1.0.0
Published
Tetraship React glassmorphism components
Readme
@tetraship/react-glass
A collection of React components featuring a glassmorphism aesthetic.
Installation
npm install @tetraship/react-glassUsage
Import the components and ensure the styles are loaded (if not using Tailwind directly or if you need the base styles).
import { GlassCard, GlassButton } from '@tetraship/react-glass';
function MyComponent() {
return (
<GlassCard>
<h1>Hello Glass</h1>
<GlassButton>Click Me</GlassButton>
</GlassCard>
);
}Components
- GlassSurface
- GlassCard
- GlassButton
- GlassInput
- GlassSelect
- GlassIncrementor
- Breadcrumbs
- GlassPopover
License
MIT
