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