Socket
Socket
Sign inDemoInstall

@pie-framework/pie-player-components

Package Overview
Dependencies
10
Maintainers
6
Versions
174
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pie-framework/pie-player-components

Pie Player Components


Version published
Weekly downloads
1.7K
increased by20.55%
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

1.5.0 (2023-03-23)

Features

  • added a new property, clean-up and improve efficiency (2d8e9b2)

Readme

Source

Built With Stencil

Pie Player Components

This package provides Custom Html Elements for using PIE Framework content.

It provides pie-player

<pie-player></pie-player>

For rendering PIE content, and pie-author

<pie-author></pie-author>

For authoring content.

Development

npm install

npm run test

npm run demo - starts stencil in dev mode and launches a http server to serve files in src/demo folder

Debugging

To debug client side code, run stencil tests with the --devtools flag and add a debugger statement in component.tsx code to pause execution. e.g.

npx stencil test --devtools --e2e src/components/pie-player

Documentation

The documentation is auto-generated and placed in docs/ folder and is available on github pages at https://pie-framework.github.io/pie-player-components/

To build the docs: npx stencil build

To view the docs locally: npx http-server docs/

FAQs

Last updated on 23 Mar 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