|
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. |
|---|
|
|
| demo/index.html |
|---|
| demo/partials/choices.html 0 → 100644 |
|---|
| docs/component-coverage.md |
|---|
| examples/vue/src/main.js |
|---|
| src/scss/components/_checkbox.scss 0 → 100644 |
|---|
| src/scss/components/_radio.scss 0 → 100644 |
|---|
| src/scss/components/_switch.scss 0 → 100644 |
|---|
| src/scss/kit.scss |
|---|
| src/vue/components/GnCheckbox.js 0 → 100644 |
|---|
| src/vue/components/GnRadio.js 0 → 100644 |
|---|
| src/vue/components/GnRadioGroup.js 0 → 100644 |
|---|
| src/vue/components/GnSwitch.js 0 → 100644 |
|---|
| src/vue/index.js |
|---|
| src/vue/plugin.js |
|---|