Add Input, Badge, Alert components and foundation demos
- Add src/scss/components/_forms.scss with input, label, help text,
  and error/success/warning states.
- Add src/scss/components/_badges.scss and _alerts.scss with semantic
  variants and outline/size options.
- Add GnInput, GnBadge, GnAlert Vue adapters mirroring gnexus-ui-kit API.
- Update plugin and entry exports for new components.
- Add demo partials for Typography, Palette, Utilities, Inputs, Badges,
  and Alerts, and include them in demo/index.html.
- Extend Vue example app to render new components.
1 parent 4f0d3eb commit a13a9dae0cf0cd60f0784fa80e15d78413ba85d9
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 14 hours ago
Showing 20 changed files
View
demo/index.html
View
demo/partials/alerts.html 0 → 100644
View
demo/partials/badges.html 0 → 100644
View
demo/partials/inputs.html 0 → 100644
View
demo/partials/palette.html 0 → 100644
View
demo/partials/typography.html 0 → 100644
View
demo/partials/utilities.html 0 → 100644
View
docs/component-coverage.md
View
examples/vue/src/main.js
View
src/scss/components/_alerts.scss 0 → 100644
View
src/scss/components/_badges.scss 0 → 100644
View
src/scss/components/_forms.scss 0 → 100644
View
src/scss/demo.scss
View
src/scss/kit.scss
View
src/vue/components/GnAlert.js 0 → 100644
View
src/vue/components/GnBadge.js 0 → 100644
View
src/vue/components/GnInput.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js
View
src/vue/utils.js