Skip to content

Commit

Permalink
feat: expose searchbar as a component (#1972)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Jan 9, 2025
1 parent 9718ae1 commit 69ada54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fern-docs/ui/src/mdx/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
FernErrorBoundaryProps,
FernErrorTag,
} from "../../components/FernErrorBoundary";
import { SidebarSearchBar } from "../../sidebar/SidebarSearchBar";
import { AccordionGroup } from "./accordion";
import { Availability } from "./availability";
import { Badge } from "./badge";
Expand Down Expand Up @@ -69,6 +70,7 @@ const FERN_COMPONENTS = {
If,
Mermaid,
ParamField,
SearchBar: SidebarSearchBar,
Step,
StepGroup,
TabGroup,
Expand Down

0 comments on commit 69ada54

Please sign in to comment.