Skip to content

Commit

Permalink
docs(select, tab & checkbox): update broken links and missing image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasaarcoverde authored Jul 31, 2024
2 parents c3b3819 + d56797e commit ba59489
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions packages/docs/examples/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export default function Example() {
<SelectItem value="option 1">option 1</SelectItem>
<SelectItem value="option 2">option 2</SelectItem>
<SelectItem value="option 3">option 3</SelectItem>
<SelectItem value="option 4">option 4</SelectItem>
<SelectItem value="option 5">option 5</SelectItem>
</Select>
)
}
3 changes: 1 addition & 2 deletions packages/docs/pages/components/checkbox/checkbox-group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@

<PropsDocs name="checkbox-group" />


## Related components

<RelatedComponentList>
<RelatedComponent
title="RadioGroup"
description="A group of Radios includes five options at most and only one can be selected at a time. Options can be listed horizontally or vertically."
href="/components/radio"
href="/components/radio/radio-group"
/>
</RelatedComponentList>
6 changes: 3 additions & 3 deletions packages/docs/pages/components/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
## Related components

<ComponentSummaryGrid>
<ComponentSummary name="radio-group" />
<ComponentSummary name="checkbox-group" />
</ComponentSummaryGrid>
<ComponentSummary name="radio-group" href="radio/radio-group" />
<ComponentSummary name="checkbox-group" href="checkbox/checkbox-group" />
</ComponentSummaryGrid>
4 changes: 2 additions & 2 deletions packages/docs/pages/components/tab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## Related components

<ComponentSummaryGrid>
<ComponentSummary name="radio-group" />
<ComponentSummary name="radio-group" href="radio/radio-group" />
<ComponentSummary name="button" />
<ComponentSummary name="filter" />
</ComponentSummaryGrid>
</ComponentSummaryGrid>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba59489

Please sign in to comment.