Skip to content

Commit ef4e45b

Browse files
authored
Update table docs to describe the different appearances across devices (#2857)
1 parent 1886de2 commit ef4e45b

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-extensions/src/surfaces/admin/components/Table

1 file changed

+1
-1
lines changed

packages/ui-extensions/src/surfaces/admin/components/Table/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const shared = {
22
name: 'Table',
33
description:
4-
'Use `s-table` to organize and display data in a grid format. Tables help merchants view, analyze, and compare data.',
4+
'Use `s-table` to organize and display data in a tabular format. Tables help merchants view, analyze, and compare data. By default the `s-table` renders as a list on mobile devices and a table on desktop devices.',
55
thumbnail: 'table-thumbnail.png',
66
isVisualComponent: true,
77
definitions: [

0 commit comments

Comments
 (0)