Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
title: 'Components overview'
description: 'Enhance your docs with our built-in component library. Use components to create interactive and engaging documentation.'
title: Components overview
description: Enhance your docs with our built-in component library. Use components to create interactive and engaging documentation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'our'.

---

Fern provides a library of 15+ built-in-components to make your documentation more interactive and engaging. Components are building blocks that you can add to any MDX page.
Fern provides a library of 15+ built-in-components to make your documentation more interactive and engaging. Components are building blocks that you can add to any MDX page. asdf

## Usage

Specify a component in your MDX file while writing content. For example, to add a `Card` component, use the following syntax:


````mdx
<Card
title='Open Source'
Expand Down Expand Up @@ -39,6 +38,3 @@ For styling and functionality customizations, see [Custom CSS & JavaScript](/doc
## Requests for new components

Have a component in mind that you'd like to see in Fern? Let us know by filing a [GitHub Issue](https://github.com/fern-api/fern/issues/new?assignees=&labels=&projects=&template=feature-request.md&title=%5BFeature%5D).