Theme

npm_versionnpm Paragon package page

This is a pass through component from React-Bootstrap.
See React-Bootstrap for documentation.

Basic Usage

Any Paragon component or export may be added to the code example.

Theme Variables#

CSS VariableComputed Value










Props API#

CarouselItem Props API
  • as elementType

    Specifies element type for this component.

    Default'div'
  • interval number

    The amount of time to delay between automatically cycling this specific item. Will default to the Carousel's interval prop value if none is specified.

  • bsPrefix string

    Overrides underlying component base CSS class name

    Default'carousel-item'
CarouselCaption Props API
  • as elementType

    Specifies element type for this component.

    Default'div'
  • bsPrefix string

    Overrides underlying component base CSS class name

    Default'carousel-caption'