Skip to content

Commit

Permalink
docs: add sidenavigation docs to story
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong authored and YourivHDenHaag committed Apr 25, 2024
1 parent d15e15e commit 7019db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/storybook/src/css/Sidenav.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Meta, StoryObj } from '@storybook/react';
import { BadgeCounter } from '@gemeente-denhaag/badge-counter';
import { Sidenav, SidenavItem, SidenavLink, SidenavList } from '@gemeente-denhaag/sidenav';
import { ArchiveIcon, CheckCircleIcon, GridIcon, InboxIcon, UserIcon } from '@gemeente-denhaag/icons';
import readme from '../../../../components/Button/README.md';
import readme from '../../../../components/Sidenav/README.md';

const exampleArgs = {
children: (
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/src/react/Sidenav.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ArchiveIcon, CheckCircleIcon, GridIcon, InboxIcon, UserIcon } from '@ge
import { Sidenav, SidenavItem, SidenavLink, SidenavList } from '@gemeente-denhaag/sidenav';
import { Meta, StoryObj } from '@storybook/react';
import React from 'react';
import readme from '../../../../components/Button/README.md';
import readme from '../../../../components/Sidenav/README.md';
import tokensDefinition from '../../../../components/Sidenav/tokens.json';

const exampleArgs = {
Expand Down

0 comments on commit 7019db2

Please sign in to comment.