Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
locrun authored Oct 18, 2023
1 parent acafef4 commit 324ad1e
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,11 @@
пример:


```

- Вот так выглядит пример модалки, которую можно использовать
```ts
<Modal
isOpen={askForQuoteCommon.isOpen}
onClose={askForQuoteCommon.close}
>
<AskForQuoteCommon onClose={askForQuoteCommon.close} />
</Modal>
```

- Можешь тестировать
```ts
export const AskforQuoteModal = {
<Modal>
<AskforQuoteModal onClose={true}>
</Modal>
}
```

1 comment on commit 324ad1e

@vercel
Copy link

@vercel vercel bot commented on 324ad1e Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.