css-customization
v0.5.0
Published
CSS-Customization project is created to showcase a web component's capability of style customization in a real-world scenario. It leverages CSS variables and slot elements to customize Shadow-DOM style while allowing the creation of a separate DOM tree.
Downloads
3
Readme
css-customization
CSS-Customization project is created to showcase a web component's capability of style customization in a real-world scenario. It leverages CSS variables and slot elements to customize Shadow-DOM style while allowing the creation of a separate DOM tree.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and serves a WC for development
npm run serve:wc
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint