UNPKG

tailwind-sidebar

Version:

Build beautiful and responsive sidebars in seconds! **Tailwind Sidebar** is a lightweight and fully customizable sidebar component for React and Next.js projects. It comes with built-in support for **light/dark mode**, **RTL layouts**, and **easy styling

10 lines (9 loc) 310 B
import { default as React } from 'react'; type LogoProps = { children?: React.ReactNode; img?: string; href?: string; component?: React.ElementType; }; export declare const AMLogo: ({ children, img, href, component, }: LogoProps) => import("react/jsx-runtime").JSX.Element; export {};