Directory

← Back

test-wc-card

(no summary available)

Author

Rating

Popularity

<100

<test-wc-card>

This webcomponent follows the open-wc recommendation.

Installation

npm i test-wc-card

Usage

<script type="module">
  import 'test-wc-card/test-wc-card.js';
</script>

<test-wc-card></test-wc-card>

Testing using karma (if applied by author)

npm run test

Testing using karma via browserstack (if applied by author)

npm run test:bs

Demoing using storybook (if applied by author)

npm run storybook:start

Linting (if applied by author)

npm run lint

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • lit-element#^2.0.1
  • lit-html#^1.0.0
Released
2019-02-17
Maturity
IMPORTED
License
MIT License

Compatibility

Framework
Browser
Browser Independent

test-wc-card - Vaadin Add-on Directory

(no summary available) test-wc-card - Vaadin Add-on Directory
# \ This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation. ## Installation ```bash npm i test-wc-card ``` ## Usage ```html ``` ## Testing using karma (if applied by author) ```bash npm run test ``` ## Testing using karma via browserstack (if applied by author) ```bash npm run test:bs ``` ## Demoing using storybook (if applied by author) ```bash npm run storybook:start ``` ## Linting (if applied by author) ```bash npm run lint ```
Online