|
Add GnActionCard, GnActionList, GnCopyButton, GnRange and GnTagInput
- Mirror reference component APIs and register them in the Vue plugin and index. - Add supporting styles for action-card, list-actions, range, tag-input and .btn-icon. - Add Vue demo mounts to cards, lists and inputs partials. - Capture Lists section in screenshot review. Co-Authored-By: Claude <noreply@anthropic.com> |
|---|
|
|
| demo/partials/cards.html |
|---|
| demo/partials/inputs.html |
|---|
| demo/partials/lists.html |
|---|
| src/scss/components/_buttons.scss |
|---|
| src/scss/components/_cards.scss |
|---|
| src/scss/components/_forms.scss |
|---|
| src/scss/components/_lists.scss |
|---|
| src/scss/components/_tag-input.scss 0 → 100644 |
|---|
| src/scss/kit.scss |
|---|
| src/vue/components/GnActionCard.js 0 → 100644 |
|---|
| src/vue/components/GnActionList.js 0 → 100644 |
|---|
| src/vue/components/GnCopyButton.js 0 → 100644 |
|---|
| src/vue/components/GnRange.js 0 → 100644 |
|---|
| src/vue/components/GnTagInput.js 0 → 100644 |
|---|
| src/vue/index.js |
|---|
| src/vue/plugin.js |
|---|
| tests/demo-screenshot.spec.js |
|---|