Skip to content

Commit

Permalink
Merge branch 'unovue:v2' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericlm authored Mar 6, 2025
2 parents 0fa4446 + 6331882 commit fed1556
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 165 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/DocCommunity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const links = computed(() => [
:key="link.label"
:href="link.url"
target="_blank"
class="inline-flex gap-2 items-center font-medium text-muted-foreground hover:text-white text-sm"
class="inline-flex gap-2 items-center font-medium text-muted-foreground hover:text-foreground text-sm"
>
<Icon
class="text-xl"
Expand Down
24 changes: 11 additions & 13 deletions docs/content/docs/components/stepper.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,26 +150,24 @@ You can create vertical steps by using the `orientation` prop.

```vue line=8
<script setup>
import { StepperDescription, StepperIndicator, StepperItem, StepperList, StepperRoot, StepperTitle } from 'reka-ui'
import { StepperDescription, StepperIndicator, StepperItem, StepperRoot, StepperTitle } from 'reka-ui'
</script>
<template>
<StepperRoot
:default-value="1"
orientation="vertical"
>
<StepperList aria-label="stepper example">
<StepperItem>
<StepperIndicator />
<StepperTitle />
<StepperDescription />
</StepperItem>
<StepperItem>
<StepperIndicator />
<StepperTitle />
<StepperDescription />
</StepperItem>
</StepperList>
<StepperItem>
<StepperIndicator />
<StepperTitle />
<StepperDescription />
</StepperItem>
<StepperItem>
<StepperIndicator />
<StepperTitle />
<StepperDescription />
</StepperItem>
</StepperRoot>
</template>
```
Expand Down
29 changes: 0 additions & 29 deletions docs/content/meta/CalendarHeadingSegment.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/content/meta/DatePickerHeadingSegment.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/content/meta/DateRangePickerHeadingSegment.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/content/meta/NumberFieldLabel.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/content/meta/RangeCalendarHeadingSegment.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/content/meta/StepperList.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/content/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
- title: Nuxt UI
description: A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
url: https://ui3.nuxt.dev/
image: https://ui3.nuxt.dev/social-card.png
image: https://ui3.nuxt.dev/og-image.png

- title: UI Thing
description: Reusable Nuxt 3 components.
Expand Down

0 comments on commit fed1556

Please sign in to comment.