New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

@canonical/react-ds-app-launchpad

Package Overview
Dependencies
Maintainers
25
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canonical/react-ds-app-launchpad

Launchpad-specific components for the Pragma design system. This package provides specialized UI elements for the Launchpad application, including markdown editing, git diff visualization, and file tree navigation.

latest
Source
npmnpm
Version
0.15.0-experimental.0
Version published
Weekly downloads
86
-54.74%
Maintainers
25
Weekly downloads
 
Created
Source

@canonical/react-ds-app-launchpad

Launchpad-specific components for the Pragma design system. This package provides specialized UI elements for the Launchpad application, including markdown editing, git diff visualization, and file tree navigation.

Prerequisites

  • React 19 or higher

Installation

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

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

Usage

import { MarkdownEditor, GitDiffViewer, FileTree } from "@canonical/react-ds-app-launchpad";

function CodeReview() {
  return (
    <div>
      <FileTree items={files} />
      <GitDiffViewer diff={diffContent} />
      <MarkdownEditor value={comment} onChange={setComment} />
    </div>
  );
}

Storybook

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

Component Specifications

Component specifications are defined in the Design System Ontology.

FAQs

Package last updated on 17 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