Skip to content

Commit

Permalink
docs: shadow DOM integration
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 2, 2024
1 parent 9a020f6 commit 3f44d71
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/react-docs/config/sidebar-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
MigrateSuccessIcon,
RocketIcon,
SVGIcon,
ToolsConfigurationIcon,
UserTeamIcon,
WidgetsIcon,
WorkspaceIcon,
Expand Down Expand Up @@ -61,6 +62,15 @@ export const routes = [
{ title: 'React Icons', path: 'contributing/react-icons' },
],
},
{
title: 'Customization',
icon: (props) => (
<ToolsConfigurationIcon size="4x" {...props} />
),
routes: [
{ title: 'Shadow DOM', path: 'customization/shadow-dom' },
],
},
{
title: 'Migrations',
icon: (props) => (
Expand Down
Loading

0 comments on commit 3f44d71

Please sign in to comment.