Skip to content

Commit

Permalink
docs: add Table icons in theming icons section
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 31, 2023
1 parent 2966373 commit 490025a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/content/1.getting-started/3.theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,18 @@ export default defineAppConfig({
icon: 'i-octicon-search-24'
}
}
},
table: {
default: {
sortAscIcon: 'i-octicon-sort-asc-24',
sortDescIcon: 'i-octicon-sort-desc-24',
sortButton: {
icon: 'i-octicon-arrow-switch-24'
},
emptyState: {
icon: 'i-octicon-database-24'
}
}
}
}
})
Expand Down

1 comment on commit 490025a

@vercel
Copy link

@vercel vercel bot commented on 490025a May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxtlabs.vercel.app
ui.nuxtlabs.com
ui-nuxtlabs.vercel.app

Please sign in to comment.