@luzmo/lucero-react
v1.0.1-alpha.82
Published
React wrappers for Luzmo Lucero web components
Keywords
Readme
Luzmo Lucero Design System - React Wrappers
Lightweight React wrappers using
@lit/react
This package provides React wrappers for the Luzmo Lucero Design System web components.
Installation
npm install @luzmo/lucero-react @luzmo/lucero react react-dom @lit/reactUsage
import { LuzmoButton } from '@luzmo/lucero-react';
// or
import { LuzmoButton } from '@luzmo/lucero-react/button';
export function App() {
return <LuzmoButton variant="primary">Click me</LuzmoButton>;
}Notes
- This package depends on
@luzmo/lucerofor the underlying custom elements - Keep this file under
wrappers/react/package/to customize published README content
