Zum Inhalt springen

Features v1

Features v1

Versionierte Feature-Grid-Section mit 2 oder 3 Spalten.

Sections sind versioniert (features-v1, später features-v2, …). Bestehende Versionen werden nicht überschrieben.

Capabilities

Built for shipping

Wiederverwendbare Primitives und klare Tokens für Astro-Consumer.

Tokens

Semantic CSS mit tw: Prefix.

Components

Astro Primitives mit Variant Maps.

Sections

Versionierte Layout-Patterns.

Two-column grid

Feature A

Feature B

---
import Features from '@addxion/components/sections/features-v1/Features';
import Card from '@addxion/components/Card';
---
<Features columns={3}>
<span slot="title">Features</span>
<Card>…</Card>
<Card>…</Card>
<Card>…</Card>
</Features>
PropTypDefault
columns2 | 33
classstring
SlotPflichtBeschreibung
titleneinSection-Überschrift (h2)
eyebrowneinOverline über dem Titel
descriptionneinSupporting copy
defaultjaFeature-Cards im Grid (typisch Card)
  • Feature-Grids auf Landing Pages
  • Unterhalb von Hero v1
  • 2 oder 3 Spalten je nach Content-Menge
  • Einzelne Card ohne Section-Rahmen
  • Bestehende features-v1 in Shopify überschreiben

Card · Heading · Hero v1

  • Bei Breaking Changes features-v2 anlegen, nicht in-place ändern
  • Cards im Grid ohne Card-Primitive
  • columns außerhalb von 2 oder 3 erzwingen
IDWahrheit
T-NEON-SECTIONSVersionierte Sections nicht in-place überschreiben
T-PKG-NEONConsumer-Einstieg: @addxion/neon, nicht @addxion/core

Scope: Versionierte Section features-v1 — nicht in-place überschreiben.

  • Neue Variante als features-v2 o.ä., alte Version behalten
  • Aus @addxion/components (Astro) konsumieren