Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@canonical/react-ds-app-anbox

Package Overview
Dependencies
Maintainers
25
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canonical/react-ds-app-anbox

Anbox-specific components for the Pragma design system

latest
Source
npmnpm
Version
0.15.1
Version published
Maintainers
25
Created
Source

@canonical/react-ds-app-anbox

Anbox-specific components for the Pragma design system. This package provides specialized UI elements for the Anbox application tier.

Prerequisites

  • React 19 or higher

Installation

bun add @canonical/react-ds-app-anbox

The package builds on top of @canonical/react-ds-global.

Usage

import { Button } from "@canonical/react-ds-app-anbox";

function AppHeader() {
  return (
    <header>
      <Button>Settings</Button>
    </header>
  );
}

Storybook

cd packages/react/ds-app-anbox
bun run storybook

Component Specifications

Component specifications are defined in the Design System Ontology.

FAQs

Package last updated on 23 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts