initial commit
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
import ExternalLinkCard from '../';
|
||||
|
||||
export default {
|
||||
title: 'WooCommerce Blocks/editor-components/ExternalLinkCard',
|
||||
component: ExternalLinkCard,
|
||||
};
|
||||
|
||||
export const Default = () => (
|
||||
<ExternalLinkCard
|
||||
href="#link"
|
||||
title="Card Title"
|
||||
description="This is a description of the link."
|
||||
/>
|
||||
);
|
Reference in New Issue
Block a user