Browse Source

hi

pull/14/head
david 2 years ago
parent
commit
6e64fd69ea
  1. 2
      Dockerfile
  2. 2
      src/components/Button/Button.stories.tsx

2
Dockerfile

@ -1,2 +0,0 @@
FROM nginx:alpine
COPY ./storybook-static /usr/share/nginx/html

2
src/components/Button/Button.stories.tsx

@ -25,7 +25,7 @@ export const Default = (args: ButtonProps) => <Button {...args} />;
Default.args = {
variant: 'primary',
size: 'lg',
label: `I'm a button`,
label: `hi mum`,
};
export const AllTypes = () => (

Loading…
Cancel
Save