* changed button to use css vars for style
* updated avatar component
* updated checkbox and icon component
* updated chip and overlay component
* update progress and sheet component
* added support for slider and spinner component
* update switch component
* remove unit tests for colors
* made color vars more clear in docs
* changed unactive to inactive
* storybook now uses colorpicker for all color settings
* Cleanup v-avatar readme
* Tweak v-button inline styles + update readme
* Force disabled color to input border
* Cleanup readme for checkbox
* Fix formatting on table in readme for checkbox
* Add css vars to readme for chip
* Use css var for size
* Use CSS Var for z-index
* Use css var for height in linear progress
* Use css vars for sheet
* Use private css var for percentage + update readme
* Fix typo
* Remove deprecated props, update readme
* Use css var for table height
* Update storybook entries
* Remove obsolete tests
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* initial commit
* finished main features and added docs
* add unit tests
* fix "visible" unit test
* changed active prop to v-if
* sync support for active prop
* clear code
* Remove button description from chip readme
* Misc tweaks in story / readme
* Minor code style tweaks
* fix initial render
* Use 4px based height
* Add missing tests + missing debug route
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>