@cjaas/common-components
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

cjaas-common-components

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

Get Started

  1. Install Dependencies

    yarn

  2. Start Sandbox Locally

    yarn start

How to Use

  1. Install Cjaas web components and Momentum web components
yarn add "@cjaas/common-components"
yarn add "@momentum-ui/web-components"
  1. Import Momentum components
import "@momentum-ui/web-components";
  1. 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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @cjaas/common-components

Weekly Downloads

15

Version

5.0.0

License

MIT

Unpacked Size

26.8 MB

Total Files

298

Last publish

Collaborators

  • yanaharris
  • benjamintullis
  • venkateshwarv
  • elenagiere
  • futurethang