
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@felixgeelhaar/glaze-components
Advanced tools
Beautiful glassmorphism Web Components built with Lit
npm install @felixgeelhaar/glaze-components
# or
pnpm add @felixgeelhaar/glaze-components
# or
yarn add @felixgeelhaar/glaze-components
<!-- Import the components -->
<script type="module">
import '@felixgeelhaar/glaze-components';
</script>
<!-- Import the styles -->
<link rel="stylesheet" href="node_modules/@felixgeelhaar/glaze-components/dist/styles/tokens.css">
<link rel="stylesheet" href="node_modules/@felixgeelhaar/glaze-components/dist/styles/components.css">
<!-- Use the components -->
<glz-button variant="glass" size="md">
Click me
</glz-button>
<glz-card variant="glass">
<h2>Beautiful Card</h2>
<p>With glassmorphism effect</p>
</glz-card>
See @felixgeelhaar/glaze-react
<glz-button
variant="glass|solid|ghost"
size="sm|md|lg"
tone="primary|accent|neutral"
disabled
loading
>
Button Text
</glz-button>
<glz-card
variant="glass|solid|ghost"
size="sm|md|lg"
tone="primary|accent|neutral"
>
<slot>Content goes here</slot>
</glz-card>
<glz-dialog
open
variant="glass|solid"
label="Dialog Title"
>
<slot>Dialog content</slot>
</glz-dialog>
The components use CSS custom properties for theming:
:root {
--glz-primary: #6366f1;
--glz-accent: #f472b6;
--glz-neutral: #64748b;
--glz-radius-sm: 0.5rem;
--glz-radius-md: 0.75rem;
--glz-radius-lg: 1rem;
--glz-blur: 12px;
--glz-opacity: 0.8;
}
MIT
FAQs
Beautiful glassmorphism Web Components built with Lit
We found that @felixgeelhaar/glaze-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.