MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / MegaTest

Function MegaTest

types/reactstrap-tests.tsx:5357–5465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5355};
5356
5357const MegaTest = () => {
5358 return (
5359 <>
5360 <Alert ref={React.createRef<Alert>()} {...htmlProps} />
5361 <Badge ref={React.createRef<Badge>()} {...htmlProps} />
5362 <Breadcrumb ref={React.createRef<Breadcrumb>()} {...htmlProps} />
5363 <BreadcrumbItem ref={React.createRef<BreadcrumbItem>()} {...htmlProps} />
5364 <Button ref={React.createRef<Button>()} {...htmlProps} />
5365 <ButtonGroup ref={React.createRef<ButtonGroup>()} {...htmlProps} />
5366 <ButtonToggle ref={React.createRef<ButtonToggle>()} {...htmlProps} />
5367 <ButtonToolbar ref={React.createRef<ButtonToolbar>()} {...htmlProps} />
5368 <Card ref={React.createRef<Card>()} {...htmlProps} />
5369 <CardBody ref={React.createRef<CardBody>()} {...htmlProps} />
5370 <CardColumns ref={React.createRef<CardColumns>()} {...htmlProps} />
5371 <CardDeck ref={React.createRef<CardDeck>()} {...htmlProps} />
5372 <CardFooter ref={React.createRef<CardFooter>()} {...htmlProps} />
5373 <CardGroup ref={React.createRef<CardGroup>()} {...htmlProps} />
5374 <CardHeader ref={React.createRef<CardHeader>()} {...htmlProps} />
5375 <CardImg ref={React.createRef<CardImg>()} {...htmlProps} />
5376 <CardImgOverlay ref={React.createRef<CardImgOverlay>()} {...htmlProps} />
5377 <CardLink ref={React.createRef<CardLink>()} {...htmlProps} />
5378 <CardSubtitle ref={React.createRef<CardSubtitle>()} {...htmlProps} />
5379 <CardText ref={React.createRef<CardText>()} {...htmlProps} />
5380 <CardTitle ref={React.createRef<CardTitle>()} {...htmlProps} />
5381 <Carousel
5382 ref={React.createRef<Carousel>()}
5383 {...htmlProps}
5384 previous={noop}
5385 next={noop}
5386 />
5387 <CarouselCaption
5388 ref={React.createRef<CarouselCaption>()}
5389 {...htmlProps}
5390 captionText="a"
5391 />
5392 <CarouselControl
5393 ref={React.createRef<CarouselControl>()}
5394 {...htmlProps}
5395 direction="next"
5396 onClickHandler={noop}
5397 />
5398 <CarouselIndicators
5399 ref={React.createRef<CarouselIndicators>()}
5400 {...htmlProps}
5401 items={[]}
5402 onClickHandler={noop}
5403 activeIndex={1}
5404 />
5405 <CarouselItem ref={React.createRef<CarouselItem>()} {...htmlProps} />
5406 <Col ref={React.createRef<Col>()} {...htmlProps} />
5407 <Collapse ref={React.createRef<Collapse>()} {...htmlProps} />
5408 <Container ref={React.createRef<Container>()} {...htmlProps} />
5409 <Dropdown ref={React.createRef<Dropdown>()} {...htmlProps} />
5410 <DropdownItem ref={React.createRef<DropdownItem>()} {...htmlProps} />
5411 <DropdownMenu ref={React.createRef<DropdownMenu>()} {...htmlProps} />
5412 <DropdownToggle ref={React.createRef<DropdownToggle>()} {...htmlProps} />
5413 <Fade ref={React.createRef<Fade>()} {...htmlProps} />
5414 <Form ref={React.createRef<Form>()} {...htmlProps} />

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…