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.
npm start // Starts server
npm test // Launch puppeteer tests
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
- src/components - Source codes
- tests/smoke - Smoke tests
- tests/puppeteer - Automated tests