1.0.14 • Published 8 months ago

@lightsparkdev/ui v1.0.14

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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>
  );
}

TODO