Add GnLoginCard component for standardized login forms
- Create GnLoginCard Vue adapter component with username/password
  fields, optional remember-me checkbox, submit button, and
  forgot-password / sign-up links.
- Add `.login-card` styles in _cards.scss with centered header,
  full-width submit button, and spaced link row.
- Register GnLoginCard in plugin and index exports.
- Add login-card demo block to demo/partials/cards.html.
- Update CLAUDE.md, README, and Vue docs with component entry.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2cc4467 commit 7d047c2458a344e55f62091cbe8446e496b03a32
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 1 day ago
Showing 21 changed files
View
CLAUDE.md
View
README.md
View
demo/partials/cards.html
View
dist/css/demo.css
View
dist/css/demo.css.map
View
dist/css/kit.css
View
dist/css/kit.css.map
View
dist/index.html
View
dist/vue/index.js
Too large (Show diff)
View
dist/vue/index.js.map
View
docs/vue/ai-usage-guide.md
View
docs/vue/component-api.md
View
examples/vue/dist/assets/index-C1Qc5i9y.css 100644 → 0
Not supported
View
examples/vue/dist/assets/index-CIZoUokI.js 100644 → 0
View
examples/vue/dist/assets/index-COcvM0rr.css 0 → 100644
Not supported
View
examples/vue/dist/assets/index-ii_4mTRU.js 0 → 100644
View
examples/vue/dist/index.html
View
src/scss/components/_cards.scss
View
src/vue/components/GnLoginCard.js 0 → 100644
View
src/vue/index.js
View
src/vue/plugin.js