Helpers
Format Number
semantic HTML숫자, 통화, 백분율을 지역 형식으로 표시합니다.
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
| Contract | Value |
|---|---|
| Implementation | semantic HTML |
| Status | stable |
| License | free |
| Since | 0.3 |
| HTML contract | Native HTML elements and attributes |
| Events | Native 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. -->