0.5.7 • Published 11 months ago

@ldelia/react-media v0.5.7

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

React Media

A React components collection for media-related features.

Available Components

  • Timeline (Docs)
  • ReproductionWidget (Docs)

Storybook

Launch the Storybook playground:

npm run storybook

Make sure storybook is already installed by running npx storybook@latest init

Test suite collection

Launch the test suite collection:

npm test

Publishing on npm

Build the project

npm run build

Publish the project

npm publish