Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.6 KB

File metadata and controls

34 lines (26 loc) · 1.6 KB

Web components for Privacy Manager

Build Status

Collection of web components to be used in the 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