diff --git a/docs/components/tables/DataAttributesTable.vue b/docs/components/tables/DataAttributesTable.vue index 464d99afd..4f8bf422f 100644 --- a/docs/components/tables/DataAttributesTable.vue +++ b/docs/components/tables/DataAttributesTable.vue @@ -35,7 +35,7 @@ const props = defineProps();
- + {{ propIndex + 1 !== prop.values.length ? `"${value}" | ` : `"${value}"` }} diff --git a/docs/content/components/progress.md b/docs/content/components/progress.md index a617e8a58..a1fe37c89 100644 --- a/docs/content/components/progress.md +++ b/docs/content/components/progress.md @@ -56,14 +56,16 @@ npm install radix-vue Import all parts and piece them together. -```jsx -import * as Progress from 'radix-vue'; - -export default () => ( - - - -); +```vue + + + ``` ## Accessibility @@ -75,9 +77,9 @@ Adheres to the [`progressbar` role requirements](https://www.w3.org/WAI/ARIA/apg ### Root Contains all of the progress parts. -``` + -``` + ### Indicator Used to show the progress visually. It also makes progress accessible to assistive technologies. -``` + -``` \ No newline at end of file