File tree 1 file changed +0
-24
lines changed
packages/ui/src/components/Navbar
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryFn } from "@storybook/react" ;
2
- import { CiMenuFries } from "react-icons/ci" ;
3
2
import { Avatar } from "../Avatar" ;
4
3
import { Button } from "../Button" ;
5
4
import { Dropdown } from "../Dropdown" ;
@@ -105,26 +104,3 @@ WithDropdown.args = {
105
104
</ >
106
105
) ,
107
106
} ;
108
-
109
- export const CustomToggleMenuIconNavbar = Template . bind ( { } ) ;
110
- CustomToggleMenuIconNavbar . storyName = "Custom Toggle Menu Icon" ;
111
- CustomToggleMenuIconNavbar . args = {
112
- children : (
113
- < >
114
- < Navbar . Brand href = "https://flowbite.com/" >
115
- < img src = "https://flowbite.com/docs/images/logo.svg" className = "mr-3 h-6 sm:h-9" alt = "Flowbite Logo" />
116
- < span className = "self-center whitespace-nowrap text-xl font-semibold dark:text-white" > Flowbite</ span >
117
- </ Navbar . Brand >
118
- < Navbar . Toggle barIcon = { CiMenuFries } />
119
- < Navbar . Collapse >
120
- < Navbar . Link href = "/navbars" active >
121
- Home
122
- </ Navbar . Link >
123
- < Navbar . Link href = "/navbars" > About</ Navbar . Link >
124
- < Navbar . Link href = "/navbars" > Services</ Navbar . Link >
125
- < Navbar . Link href = "/navbars" > Pricing</ Navbar . Link >
126
- < Navbar . Link href = "/navbars" > Contact</ Navbar . Link >
127
- </ Navbar . Collapse >
128
- </ >
129
- ) ,
130
- } ;
You can’t perform that action at this time.
0 commit comments