@lightsparkdev/ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

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/components";

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

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i @lightsparkdev/ui

Weekly Downloads

10

Version

0.0.13

License

none

Unpacked Size

6.85 MB

Total Files

773

Last publish

Collaborators

  • coreymartin
  • jeremyatlightspark