|
Add Vue components and demo mounts for divider, step, chips, avatar, choices, select, textarea, pagination, loader
- Create GnDivider and GnStep Vue components. - Export GnStep and GnDivider via plugin and index. - Update GnSteps to render check icon for complete steps. - Add Vue demo mounts to divider, stepper, select-textarea, pagination, loader, chips, avatar, choices partials. - Convert chips and avatar partials to demo-section for screenshot capture. - Expand screenshot section list. - All 19 e2e tests green. Co-Authored-By: Claude <noreply@anthropic.com> |
|---|
|
|
| demo/partials/avatar.html |
|---|
| demo/partials/chips.html |
|---|
| demo/partials/choices.html |
|---|
| demo/partials/divider.html |
|---|
| demo/partials/loader.html |
|---|
| demo/partials/pagination.html |
|---|
| demo/partials/select-textarea.html |
|---|
| demo/partials/stepper.html |
|---|
| src/vue/components/GnDivider.js 0 → 100644 |
|---|
| src/vue/components/GnStep.js 0 → 100644 |
|---|
| src/vue/components/GnSteps.js |
|---|
| src/vue/index.js |
|---|
| src/vue/plugin.js |
|---|
| tests/demo-screenshot.spec.js |
|---|