Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,11 @@ Remix provides a comprehensive set of production-ready components:
- **Avatar** - User avatars and images
- **Badge** - Status indicators and labels
- **Card** - Content containers
- **DataList** - Label/value metadata lists with a shared label column
- **DataTable** - Controlled tables with shared column headers, sorting, selection, and pagination
- **Divider** - Visual separators
- **Progress** - Progress indicators
- **Skeleton** - Loading placeholders that mirror their content
- **Spinner** - Loading states

### Layout & Navigation
Expand Down
4 changes: 4 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
"title": "Data List",
"href": "/components/data_list"
},
{
"title": "Data Table",
"href": "/components/data_table"
},
{
"title": "Dialog",
"href": "/components/dialog"
Expand Down
Loading
Loading