From ff3a251e75fafce7d95177010401483127973313 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 12 Apr 2022 15:48:47 +0200 Subject: chore: add a MainNavButton component I also move the active state from the hamburger to this pseudo-button. It makes more sense that the button handles the icon shape. --- src/components/atoms/icons/hamburger.stories.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/components/atoms/icons/hamburger.stories.tsx') diff --git a/src/components/atoms/icons/hamburger.stories.tsx b/src/components/atoms/icons/hamburger.stories.tsx index 062d3ee..c753e69 100644 --- a/src/components/atoms/icons/hamburger.stories.tsx +++ b/src/components/atoms/icons/hamburger.stories.tsx @@ -9,7 +9,7 @@ export default { control: { type: 'text', }, - description: 'Set additional classnames.', + description: 'Set additional classnames to the icon wrapper.', table: { category: 'Styles', }, @@ -18,14 +18,17 @@ export default { required: false, }, }, - isActive: { + iconClassName: { control: { - type: 'boolean', + type: 'text', + }, + description: 'Set additional classnames to the icon.', + table: { + category: 'Styles', }, - description: 'Transform hamburger into a cross when state is active.', type: { - name: 'boolean', - required: true, + name: 'string', + required: false, }, }, }, -- cgit v1.2.3