1.2.1 • Published 1 year ago

lcd-digit v1.2.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

\

This webcomponent follows the open-wc recommendation.

Installation

npm i lcd-digit

Usage

<script type="module">
   import 'lcd-digit/lcd-digit.js';
</script>

<lcd-digit></lcd-digit>

Styling

--dot-color: #ff0; --dot-size: 16px;

Attributes

  • digit: type: String
  • count: type: Boolean
  • lcd-reference: String,
  • max-value: type: Number,

Linting with ESLint, Prettier, and Types

To scan the project for linting errors, run

npm run lint

You can lint with ESLint and Prettier individually as well

npm run lint:eslint
npm run lint:prettier

To automatically fix many linting errors, run

npm run format

You can format using ESLint and Prettier individually as well

npm run format:eslint
npm run format:prettier

Testing with Karma

To run the suite of karma tests, run

npm run test

or to run them in compatibility mode for legacy browsers

npm run test:compatibility

To run the tests in watch mode (for TDD, for example), run

npm run test:watch

or

npm run test:compatibility

Testing with Karma via BrowserStack

To run the suite of karma tests in BrowserStack, run

npm run test:bs

Managing Test Snapshots

You can manage the test snapshots using

npm run test:update-snapshots

or

npm run test:prune-snapshots

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

To build a production version of Storybook, run

npm run storybook:build

Local Demo with es-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

npm start:compatibility

To run a local development server in compatibility mode for older browsers that serves the basic demo located in demo/index.html

1.2.1

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.0

4 years ago