Skip to content

Commit

Permalink
feat: stories description added
Browse files Browse the repository at this point in the history
  • Loading branch information
Meenu Makkar authored and Meenu Makkar committed Oct 10, 2023
1 parent 69f0592 commit 2a37cb7
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions example/storybook/src/components/MediaAndIcons/Icon/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,70 +12,70 @@ const IconMeta: ComponentMeta<typeof Icon> = {
control: 'select',
options: ['xl', 'lg', 'md', 'sm', 'xs', '2xs'],
},
// name: {
// control: 'select',
// options: [
// AddIcon,
// AlertCircleIcon,
// ArrowUpIcon,
// ArrowDownIcon,
// ArrowRightIcon,
// ArrowLeftIcon,
// AtSignIcon,
// BellIcon,
// CalendarDaysIcon,
// CheckIcon,
// CheckCircleIcon,
// ChevronUpIcon,
// ChevronDownIcon,
// ChevronLeftIcon,
// ChevronRightIcon,
// ChevronsLeftIcon,
// ChevronsRightIcon,
// ChevronsUpDownIcon,
// CircleIcon,
// ClockIcon,
// CloseIcon,
// CloseCircleIcon,
// CopyIcon,
// DownloadIcon,
// EditIcon,
// EyeIcon,
// EyeOffIcon,
// FavouriteIcon,
// GlobeIcon,
// GripVerticalIcon,
// HelpCircleIcon,
// InfoIcon,
// LinkIcon,
// ExternalLinkIcon,
// LoaderIcon,
// LockIcon,
// MailIcon,
// MenuIcon,
// MessageCircleIcon,
// MoonIcon,
// PaperclipIcon,
// PhoneIcon,
// PlayIcon,
// RemoveIcon,
// RepeatIcon,
// Repeat1Icon,
// SearchIcon,
// SettingsIcon,
// ShareIcon,
// SlashIcon,
// StarIcon,
// SunIcon,
// ThreeDotsIcon,
// TrashIcon,
// UnlockIcon,
// ],
// },
name: {
control: 'select',
options: [
AddIcon,
AlertCircleIcon,
ArrowUpIcon,
ArrowDownIcon,
ArrowRightIcon,
ArrowLeftIcon,
AtSignIcon,
BellIcon,
CalendarDaysIcon,
CheckIcon,
CheckCircleIcon,
ChevronUpIcon,
ChevronDownIcon,
ChevronLeftIcon,
ChevronRightIcon,
ChevronsLeftIcon,
ChevronsRightIcon,
ChevronsUpDownIcon,
CircleIcon,
ClockIcon,
CloseIcon,
CloseCircleIcon,
CopyIcon,
DownloadIcon,
EditIcon,
EyeIcon,
EyeOffIcon,
FavouriteIcon,
GlobeIcon,
GripVerticalIcon,
HelpCircleIcon,
InfoIcon,
LinkIcon,
ExternalLinkIcon,
LoaderIcon,
LockIcon,
MailIcon,
MenuIcon,
MessageCircleIcon,
MoonIcon,
PaperclipIcon,
PhoneIcon,
PlayIcon,
RemoveIcon,
RepeatIcon,
Repeat1Icon,
SearchIcon,
SettingsIcon,
ShareIcon,
SlashIcon,
StarIcon,
SunIcon,
ThreeDotsIcon,
TrashIcon,
UnlockIcon,
],
},
},
args: {
size: 'md',
// name: AddIcon,
name: AddIcon,
},
};

Expand Down

0 comments on commit 2a37cb7

Please sign in to comment.