Socket
Socket
Sign inDemoInstall

@brightspace-ui-labs/seek-bar

Package Overview
Dependencies
26
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @brightspace-ui-labs/seek-bar

Polymer media seek bar component


Version published
Weekly downloads
472
decreased by-5.22%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@brightspace-ui-labs/seek-bar

A Polymer seek bar to use with audio and video players.

Usage

  • Ensure you have the correct .npmrc file in your project or home directory
  • Run npm install
  • Import and use the component:
import '@brightspace-ui-labs/seek-bar/d2l-seek-bar.js';
...

<d2l-seek-bar value="40"></d2l-seek-bar>

Developing

After cloning the repo, run npm install to install dependencies.

Running the demos

To start a @web/dev-server that hosts the demo page and tests:

npm start

Linting

npm run lint

Testing

# lint & run headless unit tests
npm test

# unit tests only
npm run test:headless

# debug or run a subset of local unit tests
npm run test:headless:watch

Versioning and Releasing

This repo is configured to use semantic-release. Commits prefixed with fix: and feat: will trigger patch and minor releases when merged to main.

To learn how to create major releases and release from maintenance branches, refer to the semantic-release GitHub Action documentation.

FAQs

Last updated on 04 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc