import {Listbox, ListboxItem, cn} from "@nextui-org/react"; export const BugIcon = (props) => { return ( ); }; export const PullRequestIcon = (props) => { return ( ); }; export const ChatIcon = (props) => { return ( ); }; export const PlayCircleIcon = (props) => { return ( ); }; export const LayoutIcon = (props) => { return ( ); }; export const TagIcon = (props) => { return ( ); }; export const UsersIcon = (props) => { return ( ); }; export const WatchersIcon = (props) => { return ( ); }; export const BookIcon = (props) => { return ( ); }; export const ChevronRightIcon = (props) => { return ( ); }; export const IconWrapper = ({children, className}) => (
{children}
); export const ItemCounter = ({number}) => (
{number}
); export default function App() { return ( alert(key)} > } startContent={ } > Issues } startContent={ } > Pull Requests } startContent={ } > Discussions } startContent={ } > Actions } startContent={ } > Projects } startContent={ } textValue="Releases" >
Releases
@nextui-org/react@2.0.10
49 minutes ago Latest
} startContent={ } > Contributors } startContent={ } > Watchers MIT} startContent={ } > License
); }