Add Select, Textarea, and Card components
- Add _select.scss with native select wrapper and chevron.
- Extend _forms.scss with textarea styling.
- Add _cards.scss with default, filled, outlined, primary, secondary,
  elevated variants and sm/lg sizes.
- Add Vue adapters GnSelect, GnTextarea, GnCard matching gnexus-ui-kit API.
- Wire components into plugin and entry exports.
- Add demo partials for Select/Textarea and Cards.
- Update Vue example app and component coverage matrix.
1 parent f2c56ca commit bc665f68cd956071ac1bb15c707e46eb68f2b1e0
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 14 hours ago
Showing 14 changed files
View
demo/index.html
View
demo/partials/cards.html 0 → 100644
View
demo/partials/select-textarea.html 0 → 100644
View
docs/component-coverage.md
View
examples/vue/src/main.js
View
src/scss/components/_cards.scss 0 → 100644
View
src/scss/components/_forms.scss
View
src/scss/components/_select.scss 0 → 100644
View
src/scss/kit.scss
View
src/vue/components/GnCard.js 0 → 100644
View
src/vue/components/GnSelect.js 0 → 100644
View
src/vue/components/GnTextarea.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js