Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matth10 committed Apr 7, 2022
1 parent d8854a5 commit 423d1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const A11yDialog = (props: A11yDialogProps): JSX.Element => {

### Component Mode

On the other hand, you can have a set of components to create your own `<Dialog/>`. This method will help you setup some HTML semantic and some basic styling.
On the other hand, you can have a set of components to create your own `<Dialog/>`. This method will help you setup the HTML semantic and some basic styling.

```tsx
export const A11yDialog = (props: A11yDialogProps): JSX.Element => {
Expand Down

0 comments on commit 423d1c6

Please sign in to comment.