Skip to content

Commit a0c038f

Browse files
committed
docs: 📝 Add some readme horizontal rules
1 parent 67487b0 commit a0c038f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ Here yoy can see an example of `useModal` usage with non-empty initial configura
209209
210210
> _Alternative usage: config through hook inital config, modal shown with `showModal`, rewritten `buttons` and `children` Modal props_.
211211
212+
---
213+
212214
## Modal Component (coming soon)
213215
214216
At the moment we **don't provide** the `Modal component`. The hook provides config and functions, you are supposed to adjust your Modal component to them. Soon we will provide an official Modal too. In the meantime you can find below an example of how we implemented the Modal for the examples seen in this doc.
@@ -348,6 +350,8 @@ export const ModalActions = ({
348350
349351
</details>
350352
353+
---
354+
351355
## API
352356
353357
### Properties and methods
@@ -390,6 +394,8 @@ Your modal is supposed to have (or extend) the same shape of hook configuration
390394
| `disabled?` | `boolean` | `undefined` | Whether the button should be disabled |
391395
| `disableClose?` | `boolean` | `undefined` | Whether the modal should be kept open after clicking the button |
392396
397+
---
398+
393399
## Technologies
394400
395401
This is project is built with 💙 on top of:

0 commit comments

Comments
 (0)