Skip to content

Commit

Permalink
Fix readme imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed May 21, 2021
1 parent ac20274 commit 841c9cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/components/src/elevation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
The shadow effect is generated using the `value` prop.

```jsx
import { Elevation, Surface, Text, View } from '@wordpress/components';
import {
__experimentalElevation as Elevation,
__experimentalSurface as Surface,
__experimentalText as Text
} from '@wordpress/components';

function Example() {
return (
Expand Down

0 comments on commit 841c9cd

Please sign in to comment.