UNPKG

@scientist-softserv/webstore-component-library

Version:

A React component library intended for use with WebStore applications

20 lines (16 loc) 340 B
import React from 'react' import NextLink from './NextLink' export default { title: 'Compounds/NextLink', component: NextLink, } const Template = (args) => <NextLink {...args} /> export const Default = Template.bind({}) Default.args = { children: 'Text Here', addClass: '', path: { pathname: '/test', query: {}, }, }