MCPcopy
hub / github.com/react-bootstrap/react-bootstrap / NavProps

Interface NavProps

src/Nav.tsx:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
16
17export interface NavProps extends BsPrefixProps, BaseNavProps {
18 navbarBsPrefix?: string;
19 cardHeaderBsPrefix?: string;
20 variant?: 'tabs' | 'pills' | 'underline' | string;
21 defaultActiveKey?: EventKey;
22 fill?: boolean;
23 justify?: boolean;
24 navbar?: boolean;
25 navbarScroll?: boolean;
26}
27
28const propTypes = {
29 /**

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…