diff --git a/apps/docs/.storybook/preview-body.html b/apps/docs/.storybook/preview-body.html new file mode 100644 index 000000000..c405832a7 --- /dev/null +++ b/apps/docs/.storybook/preview-body.html @@ -0,0 +1,11 @@ + diff --git a/apps/docs/stories/1_4_Icons.stories.mdx b/apps/docs/stories/1_4_Icons.stories.mdx index a614bed9e..9053b5f38 100644 --- a/apps/docs/stories/1_4_Icons.stories.mdx +++ b/apps/docs/stories/1_4_Icons.stories.mdx @@ -8,22 +8,24 @@ import { mdiIconsList, customIconsList } from '../utils/icon-list' The icons library is a collection of icons that can be used in your components. It is based on the [Material Design Icons](https://materialdesignicons.com/) library. But we can also add our own custom icons. -## Custom Icons - - - {customIconsList?.map((icon) => ( - - - - ))} - - -## Material Design Icons - - - {mdiIconsList?.map((icon) => ( - - - - ))} - + + +