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

@cjaas/common-components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cjaas/common-components

**`CJaaS Common Components`** is a resuable, component based, flexible Web Component library available as npm module.

5.0.2-dev1
Version published
Weekly downloads
360
Maintainers
5
Weekly downloads
 
Created

cjaas-common-components

CJaaS Common Components is a resuable, component based, flexible Web Component library available as npm module.

Get Started

  • Install Dependencies

    yarn

  • Start Sandbox Locally

    yarn start

How to Use

  • Install Cjaas web components and Momentum web components
yarn add "@cjaas/common-components"
yarn add "@momentum-ui/web-components"
  • Import Momentum components
import "@momentum-ui/web-components";
  • Import Cjaas common components (entire library or each individual component)
import '@cjaas/common-components';

or

import '@cjaas/common-components/dist/comp/cjaas-timeline';
import '@cjaas/common-components/dist/comp/cjaas-timeline-item';

Component Specific Documentation

Goals

  • Independent — pick and use only the components you need.
  • Customizable — properties allow many different config options to suit your app.
  • Performant - high performance guaranteed with use of CSS3 Flexbox and non-bloated architecture.
  • Reliable — each component is rigorously tested.

Package manager

  • yarn - BSD-2-Clause

Base framework

Momentum Design System Look & Feel

ES6 Minifier

ES6 Lint

CSS/SCSS Lint

CSS Utility Tool

JsUnit Testing framework

Copyright (c) 2021 Cisco Systems

FAQs

Package last updated on 09 Nov 2023

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