NUIv3.0.7

Image

A fully accessible, token-driven Image component built with strict WAI-ARIA compliance.

tsx
import { Image } from '@nofinite/nui';

Interactive Preview

Abstract gradient

Usage

Basic Example

tsx
import { Image } from '@nofinite/nui';

<Image />

API Reference

PropTypeDefaultDescription
fallbackSrcstring
fallbackReactNode

Accessibility & Guidelines

  • Semantic Tokens: Built strictly using Nuicss semantic tokens (bg-surface, text-default, border-subtle, bg-primary).
  • Keyboard Navigation: Adheres to strict WAI-ARIA standards.
  • Screen Reader Support: Includes semantic roles and live regions where appropriate.