Skip to content

Commit

Permalink
docs: minor updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Feb 7, 2023
1 parent 36507b0 commit 5565f78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluid-design",
"version": "2.4.8",
"version": "2.5.0",
"description": "A collection of beautifully designed components that are responsive, supports features like dark mode and a11y with elegant transitions.",
"private": false,
"scripts": {
Expand Down Expand Up @@ -89,4 +89,4 @@
"prettier -w"
]
}
}
}
4 changes: 4 additions & 0 deletions src/pages/docs/dialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,7 @@ the modal or pressing the escape key by passing the `onClose` prop to the `useMo
<DialogExamples.Form />
</FluidProvider>
</CodeFrame>

## Component API

Coming soon...
4 changes: 4 additions & 0 deletions src/pages/docs/toast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ const ToastSimple = () => {
);
};
```

## Component API

Coming soon...

1 comment on commit 5565f78

@vercel
Copy link

@vercel vercel bot commented on 5565f78 Feb 7, 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.