Skip to content

Commit

Permalink
Need Notice Package as well. (#40022)
Browse files Browse the repository at this point in the history
Need to Notice Package for this code of example.
  • Loading branch information
chintu51 authored Apr 4, 2022
1 parent 1749166 commit bca7d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/animate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Simple interface to introduce animations to components.
## Usage

```jsx
import { Animate } from '@wordpress/components';
import { Animate, Notice } from '@wordpress/components';

const MyAnimatedNotice = () => (
<Animate type="slide-in" options={ { origin: 'top' } }>
Expand Down

0 comments on commit bca7d3a

Please sign in to comment.