Skip to content

Commit

Permalink
Update Readme of Animate Component to remove todo comment (#29702)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Mar 10, 2021
1 parent ec7d770 commit 014fe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/animate/README.md
Expand Up @@ -8,7 +8,7 @@ Simple interface to introduce animations to components.
import { Animate } from '@wordpress/components';

const MyAnimatedNotice = () => (
<Animate todo="Add missing props">
<Animate type="slide-in" options={{ origin: 'top' }}>
{ ( { className } ) => (
<Notice className={ className } status="success">
<p>Animation finished.</p>
Expand Down

0 comments on commit 014fe57

Please sign in to comment.