New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@grantcodes/ui

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grantcodes/ui

A personal component system built with Lit web components

latest
npmnpm
Version
2.5.1
Version published
Maintainers
1
Created
Source

grant.codes UI

A personal component system.

Components are built with Lit web components using CSS modules for styles with theming provided by my custom style dictionary.

Installing

In the future it should be something like npm install @grantcodes/ui.

Usage

Everything should mostly just work out of the box, without much setup 🤞.

Components can be used directly in HTML or imported as ES modules.

<grantcodes-button>Click me</grantcodes-button>
import { GrantCodesButton } from '@grantcodes/ui/components/button';

Creating a new component

To create a new component run npm run generate. Uses plop.js for scaffolding.

FAQs

Package last updated on 05 Apr 2026

Did you know?

Socket

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.

Install

Related posts