vitreui
v1.0.0
Published
A complete, lightweight glassmorphic React component library — with runtime-adjustable transparency for accessibility. Published mirror of @orionshub/lucent.
Maintainers
Readme
vitreui
vitreui is a published mirror of @orionshub/lucent — the exact same glassmorphic React component library under a shorter, unscoped name. Install whichever you prefer; the API is identical.
A complete, lightweight glassmorphic React component set — with runtime-adjustable transparency for accessibility. Polish without weight.
Install
npm install vitreui
# or
pnpm add vitreui
# or
yarn add vitreuiReact 18 or 19 is a peer dependency.
Use
import { Button } from 'vitreui'
import 'vitreui/styles.css'
export function App() {
return <Button variant="solid">Hello Lucent</Button>
}Every export, subpath, and stylesheet available on @orionshub/lucent is available on vitreui under the same name.
Docs
Full documentation, live examples, and the component gallery: https://orionshub.github.io/lucent/
