Skip to content

Commit

Permalink
docs(motion): updated motion component doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
hirotomoyamada committed Jan 30, 2024
1 parent 4e5d23d commit 9ae4ebc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tall-llamas-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@yamada-ui/motion": patch
---

Updated motion component doc link.
2 changes: 1 addition & 1 deletion packages/components/motion/src/motion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type MotionProps<Y extends keyof ReactHTML = "div"> = OmitProps<
/**
* `Motion` is a component that allows for the easy implementation of a wide variety of animations.
*
* @see Docs https://yamada-ui.com/others/#motion
* @see Docs https://yamada-ui.com/components/other/motion
*/
export const Motion = forwardRef<MotionProps, "div", false>(
({ as = "div", className, ...rest }, ref) => {
Expand Down

0 comments on commit 9ae4ebc

Please sign in to comment.