Skip to content

Commit bfe22d9

Browse files
authored
Add Badge and LabeledValue cards to home page (#3597)
1 parent e72f39f commit bfe22d9

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading

packages/dev/docs/pages/react-spectrum/index.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ import DateField from '../assets/component-illustrations/DateField.svg';
6464
import TimeField from '../assets/component-illustrations/TimeField.svg';
6565
import DatePicker from '../assets/component-illustrations/DatePicker.svg';
6666
import DateRangePicker from '../assets/component-illustrations/DateRangePicker.svg';
67+
import LabeledValue from '../assets/component-illustrations/LabeledValue.svg';
68+
import Badge from '../assets/component-illustrations/Badge.svg';
6769

6870
---
6971
category: Libraries
@@ -424,11 +426,25 @@ A React implementation of Spectrum, Adobe’s design system.
424426
<Meter />
425427
</ExampleCard>
426428

429+
<ExampleCard
430+
url="LabeledValue.html"
431+
title="LabeledValue"
432+
description="A labeled value displays a non-editable value with a label, with locale-specific formatting.">
433+
<LabeledValue />
434+
</ExampleCard>
435+
427436
<ExampleCard
428437
url="StatusLight.html"
429438
title="StatusLight"
430439
description="A status light displays the status or category of an entity.">
431440
<StatusLight />
432441
</ExampleCard>
433442

443+
<ExampleCard
444+
url="Badge.html"
445+
title="Badge"
446+
description="A badge displays color-categorized metadata for an object.">
447+
<Badge />
448+
</ExampleCard>
449+
434450
</section>

0 commit comments

Comments
 (0)