Add Tabs, Avatar, Chip, and Progress components
- Implement pill/compact/vertical tabs with browser helper and Vue adapters
  (GnTabs, GnTab, GnTabPanel) plus keyboard navigation.
- Add Avatar styles and GnAvatar with initials/image/icon and status dot.
- Add Chip styles and GnChip removable/selectable chip.
- Add Progress styles, browser helper, and GnProgress linear/step.
- Wire new components into kit.scss, Vue plugin, Vue entry, and browser bundle.
- Add demo partials and update docs/component-coverage.md + PROJECT_NOTES.md.
- All builds and smoke tests pass.
1 parent 5c5ef3a commit 14852cb30f701b215e2609a59ce726db0c4387e0
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 1 day ago
Showing 23 changed files
View
PROJECT_NOTES.md
View
demo/index.html
View
demo/partials/avatar.html 0 → 100644
View
demo/partials/chips.html 0 → 100644
View
demo/partials/progress.html 0 → 100644
View
demo/partials/tabs.html 0 → 100644
View
docs/component-coverage.md
View
src/js/components/progress.js 0 → 100644
View
src/js/components/tabs.js 0 → 100644
View
src/js/index.js
View
src/scss/components/_avatar.scss 0 → 100644
View
src/scss/components/_chips.scss 0 → 100644
View
src/scss/components/_progress.scss 0 → 100644
View
src/scss/components/_tabs.scss 0 → 100644
View
src/scss/kit.scss
View
src/vue/components/GnAvatar.js 0 → 100644
View
src/vue/components/GnChip.js 0 → 100644
View
src/vue/components/GnProgress.js 0 → 100644
View
src/vue/components/GnTab.js 0 → 100644
View
src/vue/components/GnTabPanel.js 0 → 100644
View
src/vue/components/GnTabs.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js