WillsonSmith / loud-inputs

a web component for adding sound to inputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<loud-inputs>

This webcomponent follows the open-wc recommendation.

Installation

npm i loud-inputs

Usage

<script type="module">
  import 'loud-inputs/loud-inputs.js';
</script>

<loud-inputs></loud-inputs>

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

Linting (if applied by author)

npm run lint

About

a web component for adding sound to inputs

License:MIT License


Languages

Language:JavaScript 100.0%