Sign In

@lightsparkdev/ui

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightsparkdev/ui

![npm (scoped)](https://img.shields.io/npm/v/@lightsparkdev/ui)

latest
Source
npmnpm
Version
1.1.20
Version published
Weekly downloads
121
572.22%
Maintainers
3
Weekly downloads
 
Created
Source

Lightspark UI

npm (scoped)

This package contains React components and design system utilities from Lightspark UI.

Getting started

$ npm install @lightsparkdev/ui
import { LightsparkProvider, Button } from "@lightsparkdev/ui/src/components";

function App() {
  return (
    <LightsparkProvider>
      <Button text="Button" />
    </LightsparkProvider>
  );
}

FAQs

Package last updated on 30 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