Skip to content

Commit

Permalink
docs: edit stand config
Browse files Browse the repository at this point in the history
  • Loading branch information
gizeasy committed Apr 20, 2023
1 parent 80c3ec0 commit ae9a88c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/stand/standConfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createConfig } from '@consta/stand';
import { createConfig, ListCardBig, ListCardList } from '@consta/stand';

import image from './ConstaImage.png';

Expand All @@ -13,11 +13,12 @@ export const { createStand } = createConfig({
{
title: 'Компоненты',
id: 'components',
view: 'card',
renderList: ListCardBig,
},
{
title: 'Hooks',
id: 'hooks',
renderList: ListCardList,
},
],
group: 'Библиотеки',
Expand Down

0 comments on commit ae9a88c

Please sign in to comment.