Skip to content

Commit b82428f

Browse files
committed
Update to use lucide icons
1 parent e7bba79 commit b82428f

27 files changed

+22
-45
lines changed

api-playground/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Troubleshooting"
33
description: "Common issues with API References"
4-
icon: "triangle-exclamation"
4+
icon: "message-square-warning"
55
---
66

77
API pages are complicated. As a result, there are a lot of things that can go wrong.

content/components/accordion-groups.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Accordion Groups"
33
description: "Group multiple accordions into a single display."
4-
icon: "table-rows"
54
---
65

76
Simply add `<AccordionGroup>` around your existing `<Accordion>` components.

content/components/accordions.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Accordions"
33
description: "A dropdown component to toggle content visibility"
4-
icon: "square-caret-down"
54
---
65

76
<Accordion title="I am an Accordion.">

content/components/callouts.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 'Callout Boxes'
33
description: 'Use callouts to add eye-catching context to your content'
4-
icon: 'circle-exclamation'
54
---
65

76
Callouts can be styled as a Note, Warning, Info, Tip, or Check:

content/components/card-groups.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 'Card Groups'
33
description: 'Show cards side by side in a grid format'
4-
icon: 'rectangles-mixed'
54
---
65

76
The `CardGroup` component lets you group multiple `Card` components together. It's most often used to put multiple cards in a grid, by specifying the number of grid columns.

content/components/cards.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Cards"
33
description: "Highlight main points or links with customizable icons"
4-
icon: "rectangle"
54
---
65

76
<Card title="Card Title" icon="link" href="/content/components/card-groups">

content/components/code-groups.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Code Groups"
33
description: "The CodeGroup component lets you combine code blocks in a display separated by tabs"
4-
icon: "rectangle-code"
54
---
65

76
You will need to make [Code Blocks](/content/components/code) then add the `<CodeGroup>` component around them. Every Code Block must have a filename because we use the names for the tab buttons.

content/components/code.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Code Blocks"
33
description: "Display code with optional syntax highlighting"
4-
icon: "code"
54
---
65

76
<RequestExample>

content/components/expandables.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Expandables"
33
description: "Toggle to display nested properties."
4-
icon: "caret-down"
54
---
65

76
<ResponseField name="user" type="User Object">

content/components/frames.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Frames"
33
description: "Use the Frame component to wrap images or other components in a container."
4-
icon: "frame"
54
---
65

76
Frames are very helpful if you want to center an image.

0 commit comments

Comments
 (0)