0.0.9 • Published 2 years ago

telegrafen-wc v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

telegrafen-wc

UI component library

Contains:

  • button, input, radios, tabs etc from Adaptive Web Components (and fast-foundation)
  • counter (and other custom components based on fast-element)

Sample components can be seen by running npm run dev

using the library

See the example project here: \examples\use-telegrafen-wc or do the following:

Install the library in your project npm install telegrafen-wc

Initialize it in your main

import {init} from "telegrafen-wc";

init()

Then you may use the compoents as regular twc components

<twc-button>Click me</twc-button>

<twc-counter></twc-counter>

Build new version

To publish a new version npm run build

npm run build

npm publish

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago