ChoisSTANDARD UI컴포넌트 검색 /

Helpers

Format Number

semantic HTML

숫자, 통화, 백분율을 지역 형식으로 표시합니다.

stablefreeSince 0.3

Live example

Revenue: $84,250.00

<p>Revenue: <strong><span data-standard-component="format-number" data-value="84250" data-locale="en-US" data-style="currency" data-currency="USD">$84,250.00</span></strong></p>

Variants and sizes

The pattern inherits theme and density tokens. Use compact, comfortable, or roomy density when the surrounding screen requires it.

compactcomfortableroomy

Public API

ContractValue
Implementationsemantic HTML
Statusstable
Licensefree
Since0.3
HTML contractNative HTML elements and attributes
EventsNative browser events

Accessibility

통화와 백분율의 의미가 주변 문맥에서도 명확해야 하며 JavaScript-off 환경을 위한 읽기 가능한 fallback 값을 제공합니다.

Server template guidance

<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->