From 9c46040512ed27dc4e9d9502fec0ee5a1672c0bc Mon Sep 17 00:00:00 2001 From: alizeleal Date: Mon, 29 Jan 2024 18:53:45 -0300 Subject: [PATCH 1/4] docs: Creates EvaluationForm Component --- stories/Introduction/Introduction.mdx | 5 +++- stories/Typography/Components.jsx | 1 + stories/shared/EvaluationForm/index.jsx | 34 +++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/stories/Introduction/Introduction.mdx b/stories/Introduction/Introduction.mdx index 1c42d2368..ff43050de 100644 --- a/stories/Introduction/Introduction.mdx +++ b/stories/Introduction/Introduction.mdx @@ -2,6 +2,7 @@ import { Meta } from '@storybook/addon-docs'; import { Alert } from '../../components'; import { Header } from '../shared' +import EvaluationForm from '../../stories/shared/EvaluationForm' @@ -39,4 +40,6 @@ yarn add @catho/quantum import Button from '@catho/quantum/Button'; export default () =>