Skip to content

Commit

Permalink
Move stories to holocene
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantRobots committed Aug 31, 2023
1 parent 2778662 commit ff8f93d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,14 @@ const iconControls = {
const meta = {
title: 'Example/Button',
component: ButtonWrapper,
tags: ['autodocs'],
argTypes: {
leadingIcon: { ...iconControls },
trailingIcon: { ...iconControls },
variant: {
control: {
type: 'select',
},
options: [
'primary',
'secondary',
'search',
'destructive',
'login',
'ghost',
'link',
'menu',
],
options: ['primary', 'secondary', 'destructive', 'ghost'],
},
},

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { icons } from '$lib/holocene/icon/paths';
const meta = {
title: 'Icon',
component: Icon,
tags: ['autodocs'],
argTypes: {
name: {
control: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Input from '$lib/holocene/input/input.svelte';
const meta = {
title: 'Example/Input',
component: Input,
tags: ['autodocs'],
argTypes: {
labelHidden: {
control: {
Expand Down
File renamed without changes.

0 comments on commit ff8f93d

Please sign in to comment.