Skip to content

Commit

Permalink
skip_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Jan 31, 2024
1 parent 8135823 commit 9a29a30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/docs/content/docs/elements/toast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function MyApp({ children }) {

## Props

| Attribute | Type | Description | Default |
| ----------- | -------------- | -------------------------------------------------------------------------------------------------------------------------- | ------- |
| toasts | array | The array of toasts. Passed to it from `useToasts()` | [] |
| `direction` | `rtl` \| `ltr` | The direction of the toasts. It will appear on the right side if direction is LTR and on the left side if direction is RTL | `ltr` |
| Attribute | Type | Description | Default |
| --------- | -------------- | -------------------------------------------------------------------------------------------------------------------------- | ------- |
| toasts | array | The array of toasts. Passed to it from `useToasts()` | [] |
| direction | `rtl` \| `ltr` | The direction of the toasts. It will appear on the right side if direction is LTR and on the left side if direction is RTL | `ltr` |
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-docs",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down

0 comments on commit 9a29a30

Please sign in to comment.