Skip to content

Commit

Permalink
docs: Update prop name (#6482)
Browse files Browse the repository at this point in the history
Update README.md

Update prop name
  • Loading branch information
tombohub committed Aug 15, 2022
1 parent e98db2c commit 9cf1620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/transition/README.md
Expand Up @@ -28,7 +28,7 @@ function SampleSpring() {
return (
<>
<Button onClick={onToggle}>Click</Button>
<Collapse isOpen={isOpen}>
<Collapse in={isOpen}>
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus
terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer
labore wes anderson cred nesciunt sapiente ea proident.
Expand All @@ -48,7 +48,7 @@ function Example() {

return (
<>
<Collapse startingHeight={20} isOpen={show}>
<Collapse startingHeight={20} in={show}>
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus
terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer
labore wes anderson cred nesciunt sapiente ea proident.
Expand Down

1 comment on commit 9cf1620

@vercel
Copy link

@vercel vercel bot commented on 9cf1620 Aug 15, 2022

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.