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