MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / NavProps

Interface NavProps

types/lib/Nav.d.ts:4–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { CSSModule } from './utils';
3
4export interface NavProps extends React.HTMLAttributes<HTMLUListElement> {
5 [key: string]: any;
6 tabs?: boolean;
7 pills?: boolean;
8 vertical?: boolean | string;
9 horizontal?: string;
10 justified?: boolean;
11 fill?: boolean;
12 navbar?: boolean;
13 card?: boolean;
14 tag?: React.ElementType;
15 cssModule?: CSSModule;
16}
17
18declare class Nav extends React.Component<NavProps> {}
19export default Nav;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…