🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@getpara/core-components

Package Overview
Dependencies
Maintainers
6
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getpara/core-components

Capsule Core Components

1.17.0
latest
npm
Version published
Weekly downloads
834
-18.16%
Maintainers
6
Weekly downloads
 
Created
Source

component-library

Cross-framework common component library

Install

yarn install

Running

The component examples can either be run in React or bare HTML.

React

yarn build
yarn start-react

HTML

yarn start-html

Building

This will build the component libraries for both web components and React.

yarn build

Generating New Components

This should be used when adding new components to the library. It will initialize the component, test and styles.

Once run, follow the prompts to name your component.

Note Components MUST begin the the cpsl- string in order for them to pass linting.

Note The styles should be changed to Sass once the component is generated. Rename the generated css file to scss and update the import in the component.

yarn generate

FAQs

Package last updated on 29 May 2025

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