Add Checkbox, Radio, and Switch components
- Add SCSS for checkbox, radio, and switch controls with checked,
  disabled, and focus-visible states.
- Add Vue adapters GnCheckbox, GnRadio, GnRadioGroup, GnSwitch matching
  gnexus-ui-kit API.
- Wire components into plugin and entry exports.
- Add Choice controls demo partial and include it in demo/index.html.
- Extend Vue example app with interactive checkbox/radio/switch usage.
- Update component coverage matrix.
1 parent a13a9da commit f2c56cad8fc93f729f1ed32555c81c6269aaf8dc
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 14 hours ago
Showing 14 changed files
View
demo/index.html
View
demo/partials/choices.html 0 → 100644
View
docs/component-coverage.md
View
examples/vue/src/main.js
View
src/scss/components/_checkbox.scss 0 → 100644
View
src/scss/components/_radio.scss 0 → 100644
View
src/scss/components/_switch.scss 0 → 100644
View
src/scss/kit.scss
View
src/vue/components/GnCheckbox.js 0 → 100644
View
src/vue/components/GnRadio.js 0 → 100644
View
src/vue/components/GnRadioGroup.js 0 → 100644
View
src/vue/components/GnSwitch.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js