Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev authored Jan 15, 2024
1 parent 304fd23 commit 42bacde
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ import type { AlertProps } from '~/components/ui/alert',
import * as Alert from '~/components/ui/alert'

// park-ui-alert
<Alert.Root {...props}>",
<Alert.Icon asChild>",
<InfoIcon />",
</Alert.Icon>",
<Alert.Content>",
<Alert.Title>Browser Update available</Alert.Title>",
<Alert.Description>For the best experience, please update your browser.</Alert.Description>",
</Alert.Content>",
<Alert.Root {...props}>,
<Alert.Icon asChild>,
<InfoIcon />,
</Alert.Icon>,
<Alert.Content>,
<Alert.Title>Browser Update available</Alert.Title>,
<Alert.Description>For the best experience, please update your browser.</Alert.Description>,
</Alert.Content>,
</Alert.Root>"
```

Expand Down

0 comments on commit 42bacde

Please sign in to comment.