
Company News
Socket Joins the OpenJS Foundation
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.
@canonical/react-ds-app-launchpad
Advanced tools
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.
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.
bun add @canonical/react-ds-app-launchpad
The package builds on top of @canonical/react-ds-global.
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>
);
}
cd packages/react/ds-app-launchpad
bun run storybook
Component specifications are defined in the Design System Ontology.
FAQs
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.
The npm package @canonical/react-ds-app-launchpad receives a total of 114 weekly downloads. As such, @canonical/react-ds-app-launchpad popularity was classified as not popular.
We found that @canonical/react-ds-app-launchpad demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 25 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.

Security News
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.