Skip to content

Commit ddc5939

Browse files
authored
Add ListView card to homepages (#3456)
1 parent 16e7af9 commit ddc5939

File tree

3 files changed

+175
-0
lines changed

3 files changed

+175
-0
lines changed
Lines changed: 159 additions & 0 deletions
Loading

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import Tooltip from '../assets/component-illustrations/Tooltip.svg';
4747
import Popover from '../assets/component-illustrations/Popover.svg';
4848
import Menu from '../assets/component-illustrations/Menu.svg';
4949
import ListBox from '../assets/component-illustrations/ListBox.svg';
50+
import ListView from '../assets/component-illustrations/ListView.svg';
5051
import Table from '../assets/component-illustrations/Table.svg';
5152
import Calendar from '../assets/component-illustrations/Calendar.svg';
5253
import RangeCalendar from '../assets/component-illustrations/RangeCalendar.svg';
@@ -169,6 +170,13 @@ A library of React Hooks that provides accessible UI primitives for your design
169170
<ListBox />
170171
</ExampleCard>
171172

173+
<ExampleCard
174+
url="useGridList.html"
175+
title="GridList"
176+
description="A grid list displays a list of interactive items, with keyboard navigation, row selection, and actions.">
177+
<ListView />
178+
</ExampleCard>
179+
172180
<ExampleCard
173181
url="useTable.html"
174182
title="Table"

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ import Popover from '../assets/component-illustrations/Popover.svg';
5656
import ContextualHelp from '../assets/component-illustrations/ContextualHelp.svg';
5757
import Menu from '../assets/component-illustrations/Menu.svg';
5858
import ListBox from '../assets/component-illustrations/ListBox.svg';
59+
import ListView from '../assets/component-illustrations/ListView.svg';
5960
import Table from '../assets/component-illustrations/Table.svg';
6061
import Calendar from '../assets/component-illustrations/Calendar.svg';
6162
import RangeCalendar from '../assets/component-illustrations/RangeCalendar.svg';
@@ -190,6 +191,13 @@ A React implementation of Spectrum, Adobe’s design system.
190191
<ListBox />
191192
</ExampleCard>
192193

194+
<ExampleCard
195+
url="ListView.html"
196+
title="ListView"
197+
description="A ListView displays a list of interactive items, with keyboard navigation, row selection, and actions.">
198+
<ListView />
199+
</ExampleCard>
200+
193201
<ExampleCard
194202
url="TableView.html"
195203
title="TableView"

0 commit comments

Comments
 (0)