0.0.2 • Published 4 years ago

eco-uui-web-components v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

AT&T Design System Best Practices

todo

Components

Custom Elements

Deployment Frequency interface doc

Provides data visualization representing the frequency of production deployments of applications.

Usage

<script type="module" src="/build/depfreqjs.esm.js"></script>

<dep-freq widgettitle="" widgettooltip=""></dep-freq>

Deployment Frequency Detail interface doc

Provides the target data table for drill down events intiated by dep-freq component.

Usage

<script type="module" src="/build/depfreqjs.esm.js"></script>

<dep-freq-detail></dep-freq-detail>

Getting Started

See https://stenciljs.com/docs/getting-started

Development Environment

install nodeJs and npm https://nodejs.org/

git clone ssh://git@codecloud.web.att.com:7999/st_kcktest/deploymentfrequency.git

npm install

npm init stencil

npm start

This will launch a browser window with two skeleton web components, deployment frequency and deployment frequency detail.

alt text

Build

npm run-script build

This will produce the depfreqjs.js script that can be imported into your application.