Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@canonical/react-ds-app-anbox

Package Overview
Dependencies
Maintainers
27
Versions
1
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.11.0
Version published
Maintainers
27
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 04 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