New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@computas/chubben-shared

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@computas/chubben-shared

Shared UI elements used in Chubben web projects

0.0.1
Source
npm
Version published
Maintainers
0
Created
Source

Chubben shared

Getting started

Install the library in your application using your preferred package manager.

npm install @computas/chubben-shared

Import the components that you need for your application.

import { CxShell } from "@computas/chubben-shared";

Finally, use your component in your template.

// React
<CxShell>
  <p>Place your router outlet here</p>
</CxShell>

FAQs

Package last updated on 10 Dec 2024

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