Kypros National Passport Number View

a read-only display of Kypros's National Passport Number

This is a new component. See the canonical documentation for full details.

Example

KyprosNationalPassportNumberView
Show Svelte source
// In your Svelte component:
import KyprosNationalPassportNumberView from "lily-design-system-svelte-headless/components/KyprosNationalPassportNumberView/KyprosNationalPassportNumberView.svelte";

<KyprosNationalPassportNumberView label="Label" value="Sample value" />

Canonical contract

Generated from this component's canonical metadata — the machine-checked source the implementations are held to.

Metadata

  • Component: kypros-national-passport-number-view
  • PascalCase: KyprosNationalPassportNumberView
  • Description: a read-only display of Kypros's National Passport Number
  • Status: beta — implemented and unit-tested in all seven frameworks with an axe-clean demo page; not yet exercised in composed flows
  • HTML tag: <span>
  • CSS class: .kypros-national-passport-number-view
  • Interactive: no

ARIA

  • aria-label provides accessible name from label prop
  • role="text" so the identifier announces as a single unit

Keyboard

  • Not interactive

Props

  • value: string (required) — the identifier to display
  • label: string (optional) — accessible name override via aria-label
  • ...restProps: any additional HTML attributes spread onto the root