From ae9a88c4559945d759ab46efd89afd012fe5ae38 Mon Sep 17 00:00:00 2001 From: gizeasy Date: Thu, 20 Apr 2023 19:38:30 +0300 Subject: [PATCH] docs: edit stand config --- src/stand/standConfig.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/stand/standConfig.ts b/src/stand/standConfig.ts index 0f3f8b3..5aef42e 100644 --- a/src/stand/standConfig.ts +++ b/src/stand/standConfig.ts @@ -1,4 +1,4 @@ -import { createConfig } from '@consta/stand'; +import { createConfig, ListCardBig, ListCardList } from '@consta/stand'; import image from './ConstaImage.png'; @@ -13,11 +13,12 @@ export const { createStand } = createConfig({ { title: 'Компоненты', id: 'components', - view: 'card', + renderList: ListCardBig, }, { title: 'Hooks', id: 'hooks', + renderList: ListCardList, }, ], group: 'Библиотеки',