initial commit
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
import Button from '../';
|
||||
|
||||
export default {
|
||||
title: 'WooCommerce Blocks/@base-components/Button',
|
||||
component: Button,
|
||||
};
|
||||
|
||||
export const Default = () => <Button>Buy now</Button>;
|
Reference in New Issue
Block a user