mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(docs): removed unused import and merged classNames in dropdown (#3936)
* fix(breadcrumbs): added separator rotation for RTL #2486 * chore(changeset): added changeset * fix(docs): removed unused Link import and merged classnames in dropdown
This commit is contained in:
parent
a0d7141db3
commit
c847ffb2a3
@ -1,4 +1,4 @@
|
||||
const App = `import {Dropdown, Link, DropdownTrigger, DropdownMenu, DropdownItem, Button} from "@nextui-org/react";
|
||||
const App = `import {Dropdown, DropdownTrigger, DropdownMenu, DropdownItem, Button} from "@nextui-org/react";
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
|
||||
@ -59,8 +59,7 @@ export default function App() {
|
||||
<DropdownItem
|
||||
isReadOnly
|
||||
key="profile"
|
||||
className="h-14 gap-2"
|
||||
className="opacity-100"
|
||||
className="h-14 gap-2 opacity-100"
|
||||
>
|
||||
<User
|
||||
name="Junior Garcia"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user