privacy-manager-components
v1.0.2
Published
Web components for the Privacy Manager
Downloads
28
Readme
Web components for Privacy Manager
Collection of web components to be used in the Privacy Manager:
- pm-toggle - Toggle switch to be used by Privacy Manager.
- pm-table - Table to be used by Privacy Manager.
- pm-dialog - Modal dialog to be used by Privacy Manager.
- pm-tab-panel - Tab panel to be used by Privacy Manager.
- pm-button - Button to be used by Privacy Manager.
Development
npm start // Starts server
npm test // Launch puppeteer tests
Import
npm install privacy-manager-components
pm-components // Build and import components
pm-components --single-bundle // Build and import components into single file
// Specify components to import
pm-components --comp pm-table --comp pm-toggle
pm-components --output dirname // Specifies output folder
Structure
- src/components - Source codes
- tests/smoke - Smoke tests
- tests/puppeteer - Automated tests