You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import {createElectionResultListItem} from "./ElectionResultListItemComponent";
-
- export default {
- title: 'Components/Election Result List Item',
- argTypes: {}
- }
-
- const Template = ({...args}) => {
- return createElectionResultListItem({...args});
- };
-
- export const ElectionResultListItem = Template.bind({});
- ElectionResultListItem.args = {};
|