Skip to content

CiscoDevNet/cjaas-common-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Copyright (c) 2021 Cisco Systems

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •