@canonical/react-ds-app-lxd
v0.17.1
Published
LXD-specific components for the Pragma design system
Downloads
591
Maintainers
Keywords
Readme
@canonical/react-ds-app-lxd
LXD-specific components for the Pragma design system. This package provides specialized UI elements for the LXD application tier.
Prerequisites
- React 19 or higher
Installation
bun add @canonical/react-ds-app-lxdThe package builds on top of @canonical/react-ds-global.
Usage
import { Button } from "@canonical/react-ds-app-lxd";
function AppHeader() {
return (
<header>
<Button>Settings</Button>
</header>
);
}Storybook
cd packages/react/ds-app-lxd
bun run storybookComponent Specifications
Component specifications are defined in the Design System Ontology.
