Skip to content

Commit

Permalink
feat: update playground demos
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 22, 2024
1 parent b46d4ff commit 8458d86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .playground/pages/tests/authority/prose.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
definePageMeta({
title: 'BaseProse',
icon: 'system-uicons:paragraph-left',
description: 'Tailwind typography plugin',
description: 'Tailwind typography',
section: 'authority',
})
</script>
Expand Down
8 changes: 8 additions & 0 deletions .playground/pages/tests/base/message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ definePageMeta({
<BaseMessage type="info">An information message.</BaseMessage>
<BaseMessage type="warning">A warning message.</BaseMessage>
<BaseMessage type="danger">A destructive message.</BaseMessage>
<BaseMessage type="default">A default message.</BaseMessage>
<BaseMessage type="muted">A muted message.</BaseMessage>
</div>
</NuiPreview>

Expand All @@ -25,6 +27,12 @@ definePageMeta({
<BaseMessage type="info" icon>An information message.</BaseMessage>
<BaseMessage type="warning" icon>A warning message.</BaseMessage>
<BaseMessage type="danger" icon>A destructive message.</BaseMessage>
<BaseMessage type="default" icon="mingcute:avalanche-avax-fill">
A default message.
</BaseMessage>
<BaseMessage type="muted" icon="mingcute:desk-lamp-fill">
A muted message.
</BaseMessage>
</div>
</NuiPreview>

Expand Down
2 changes: 2 additions & 0 deletions .playground/pages/tests/base/pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const currentPage = computed(() => {
:current-page="currentPage"
:max-links-displayed="5"
rounded="sm"
color="dark"
/>
</NuiPreview>

Expand All @@ -54,6 +55,7 @@ const currentPage = computed(() => {
:current-page="currentPage"
:max-links-displayed="5"
rounded="md"
color="black"
/>
</NuiPreview>

Expand Down
1 change: 1 addition & 0 deletions .playground/pages/tests/base/tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const selectedTab = ref('team')
<BaseTabs
type="box"
model-value="team"
color="black"
:tabs="[
{
label: 'Team',
Expand Down

0 comments on commit 8458d86

Please sign in to comment.