UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

307 lines (302 loc) 13 kB
export { BreadcrumbItem, ButtonGroup, ButtonToolbar, CardColumns, CardDeck, CardFooter, CardGroup, CardHeader, CardImg, CardImgOverlay, CardLink, CardSubtitle, Col, Container, Fade, Form, FormFeedback, FormGroup, FormText, InputGroup, InputGroupText, Label, ListGroup, ListGroupItem, ListGroupItemHeading, ListGroupItemText, Media, NavItem, NavLink, Navbar, NavbarBrand, NavbarToggler, PaginationItem as PagerItem, PaginationLink as PagerLink, Popover, PopoverBody, PopoverHeader, Row, Table, Tooltip, UncontrolledAlert, UncontrolledCollapse, UncontrolledTooltip, Util } from 'reactstrap'; export { TabContainer, TabContent, TabPane } from 'react-bootstrap'; export { Autocomplete } from './Autocomplete/Autocomplete'; export { Accordion } from './Accordion/Accordion'; export { AccordionBody } from './Accordion/AccordionBody'; export { AccordionHeader } from './Accordion/AccordionHeader'; export { AccordionItem } from './Accordion/AccordionItem'; export { Alert } from './Alert/Alert'; export { AvatarContainer } from './Avatar/AvatarContainer'; export { AvatarExtraText } from './Avatar/AvatarExtraText'; export { AvatarGroupContainer } from './Avatar/AvatarGroupContainer'; export { AvatarIcon } from './Avatar/AvatarIcon'; export { AvatarPresence } from './Avatar/AvatarPresence'; export { AvatarStatus } from './Avatar/AvatarStatus'; export { AvatarWrapper } from './Avatar/AvatarWrapper'; export { BackToTop } from './BackToTop/BackToTop'; export { Badge } from './Badge/Badge'; export { BottomNav } from './BottomNav/BottomNav'; export { BottomNavItem } from './BottomNav/BottomNavItem'; export { Breadcrumb } from './Breadcrumb/Breadcrumb'; export { Button } from './Button/Button'; export { Callout } from './Callout/Callout'; export { CalloutMoreFooter } from './Callout/CalloutMoreFooter'; export { CalloutText } from './Callout/CalloutText'; export { CalloutTitle } from './Callout/CalloutTitle'; export { Card } from './Card/Card'; export { CardBody } from './Card/CardBody'; export { CardCategory } from './Card/CardCategory'; export { CardFooterCTA } from './Card/CardFooterCTA'; export { CardReadMore } from './Card/CardReadMore'; export { CardSignature } from './Card/CardSignature'; export { CardTag } from './Card/CardTag'; export { CardTagsHeader } from './Card/CardTagsHeader'; export { CardText } from './Card/CardText'; export { CardTitle } from './Card/CardTitle'; export { Chip } from './Chips/Chip'; export { ChipLabel } from './Chips/ChipLabel'; export { Collapse } from './Collapse/Collapse'; export { Dimmer } from './Dimmer/Dimmer'; export { DimmerButtons } from './Dimmer/DimmerButtons'; export { Dropdown } from './Dropdown/Dropdown'; export { DropdownMenu } from './Dropdown/DropdownMenu'; export { DropdownToggle } from './Dropdown/DropdownToggle'; export { FontLoader, useFontLoader } from './FontLoader/FontLoader'; export { Forward } from './Forward/Forward'; export { GoBack } from './GoBack/GoBack'; export { GridItem, GridItemText, GridItemTextWrapper, GridList, GridRow } from './Grid/index'; export { Header } from './Header/Header'; export { HeaderBrand } from './Header/HeaderBrand'; export { HeaderContent } from './Header/HeaderContent'; export { HeaderLinkZone } from './Header/HeaderLinkZone'; export { HeaderRightZone } from './Header/HeaderRightZone'; export { Headers } from './Header/Headers'; export { HeaderSearch } from './Header/HeaderSearch'; export { HeaderSocialsZone } from './Header/HeaderSocialsZone'; export { HeaderToggler } from './Header/HeaderToggler'; export { Hero, HeroBackground, HeroBody, HeroButton, HeroCategory, HeroTitle } from './Hero/index'; export { Icon, clearIconCache, iconsList as icons, preloadIcons } from './Icon/Icon'; export { Input } from './Input/Input'; export { InputContainer } from './Input/InputContainer'; export { TextArea } from './Input/TextArea'; export { LinkList } from './LinkList/LinkList'; export { LinkListItem } from './LinkList/LinkListItem'; export { List } from './List/List'; export { ListItem } from './List/ListItem'; export { MegamenuFooter } from './Megamenu/MegamenuFooter'; export { MegamenuHighlightColumn } from './Megamenu/MegamenuHighlightColumn'; export { MegamenuItem } from './Megamenu/MegamenuItem'; export { Modal } from './Modal/Modal'; export { ModalBody } from './Modal/ModalBody'; export { ModalFooter } from './Modal/ModalFooter'; export { ModalHeader } from './Modal/ModalHeader'; export { Nav } from './Nav/Nav'; export { useNavScroll } from './NavScroll/index'; export { NotificationManager, createNotification, notify } from './Notification/index'; export { Pager } from './Pager/Pager'; export { Progress } from './Progress/Progress'; export { Rating } from './Rating/Rating'; export { ResponsiveImage } from './ResponsiveImage/ResponsiveImage'; export { Section } from './Section/Section'; export { Select } from './Select/Select'; export { Sidebar } from './Sidebar/Sidebar'; export { Skiplink } from './Skiplink/Skiplink'; export { SkiplinkItem } from './Skiplink/SkiplinkItem'; export { Spinner } from './Spinner/Spinner'; export { StepperContainer } from './Stepper/StepperContainer'; export { StepperContent } from './Stepper/StepperContent'; export { StepperDots } from './Stepper/StepperDots'; export { StepperHeader } from './Stepper/StepperHeader'; export { StepperHeaderElement } from './Stepper/StepperHeaderElement'; export { StepperNav } from './Stepper/StepperNav'; export { TabNav } from './Tab/TabNav'; export { TabNavItem } from './Tab/TabNavItem'; export { TabNavLink } from './Tab/TabNavLink'; export { ThumbNav } from './ThumbNav/ThumbNav'; export { ThumbNavItem } from './ThumbNav/ThumbNavItem'; export { TimelinePin } from './Timeline/TimelinePin'; export { Timeline } from './Timeline/TimelineWrapper'; export { Toggle } from './Toggle/Toggle'; export { Toolbar } from './Toolbar/Toolbar'; export { ToolbarDividerItem } from './Toolbar/ToolbarDividerItem'; export { ToolbarItem } from './Toolbar/ToolbarItem'; // Types export type { AccordionProps } from './Accordion/Accordion'; export type { AccordionBodyProps } from './Accordion/AccordionBody'; export type { AccordionHeaderProps } from './Accordion/AccordionHeader'; export type { AlertProps } from './Alert/Alert'; export type { AvatarContainerProps } from './Avatar/AvatarContainer'; export type { AvatarExtraTextProps } from './Avatar/AvatarExtraText'; export type { AvatarGroupContainerProps } from './Avatar/AvatarGroupContainer'; export type { AvatarIconProps } from './Avatar/AvatarIcon'; export type { AvatarPresenceProps } from './Avatar/AvatarPresence'; export type { AvatarStatusProps } from './Avatar/AvatarStatus'; export type { AvatarWrapperProps } from './Avatar/AvatarWrapper'; export type { BadgeProps } from './Badge/Badge'; export type { BottomNavProps } from './BottomNav/BottomNav'; export type { BottomNavItemProps } from './BottomNav/BottomNavItem'; export type { BreadcrumbProps } from './Breadcrumb/Breadcrumb'; export type { ButtonProps } from './Button/Button'; export type { CalloutProps } from './Callout/Callout'; export type { CalloutTextProps } from './Callout/CalloutText'; export type { CalloutTitleProps } from './Callout/CalloutTitle'; export type { CardProps } from './Card/Card'; export type { CardBodyProps } from './Card/CardBody'; export type { CardCategoryProps } from './Card/CardCategory'; export type { CardFooterCTAProps } from './Card/CardFooterCTA'; export type { CardReadMoreProps } from './Card/CardReadMore'; export type { CardSignatureProps } from './Card/CardSignature'; export type { CardTagProps } from './Card/CardTag'; export type { CardTagsHeaderProps } from './Card/CardTagsHeader'; export type { CardTextProps } from './Card/CardText'; export type { CardTitleProps } from './Card/CardTitle'; export type { ChipProps } from './Chips/Chip'; export type { ChipLabelProps } from './Chips/ChipLabel'; export type { DimmerProps } from './Dimmer/Dimmer'; export type { DimmerButtonsProps } from './Dimmer/DimmerButtons'; export type { DropdownProps } from './Dropdown/Dropdown'; export type { DropdownMenuProps } from './Dropdown/DropdownMenu'; export type { DropdownToggleProps } from './Dropdown/DropdownToggle'; export type { FontLoaderProps } from './FontLoader/FontLoader'; export type { ForwardProps } from './Forward/Forward'; export type { GridItemProps, GridItemTextProps, GridItemTextWrapperProps, GridListProps, GridRowProps } from './Grid/index'; export type { HeaderProps } from './Header/Header'; export type { HeaderBrandProps } from './Header/HeaderBrand'; export type { HeaderContentProps } from './Header/HeaderContent'; export type { HeaderLinkZoneProps } from './Header/HeaderLinkZone'; export type { HeaderRightZoneProps } from './Header/HeaderRightZone'; export type { HeadersProps } from './Header/Headers'; export type { HeaderSearchProps } from './Header/HeaderSearch'; export type { HeaderSocialsZoneProps } from './Header/HeaderSocialsZone'; export type { HeaderTogglerProps } from './Header/HeaderToggler'; export type { HeroBackgroundProps, HeroBodyProps, HeroButtonProps, HeroCategoryProps, HeroProps, HeroTitleProps } from './Hero/index'; export type { IconName, IconProps } from './Icon/Icon'; export type { InputProps } from './Input/Input'; export type { InputContainerProps } from './Input/InputContainer'; export type { TextAreaProps } from './Input/TextArea'; export type { LinkListProps } from './LinkList/LinkList'; export type { LinkListItemProps } from './LinkList/LinkListItem'; export type { ListProps } from './List/List'; export type { ListItemProps } from './List/ListItem'; export type { MegamenuFooterProps } from './Megamenu/MegamenuFooter'; export type { MegamenuHCProps } from './Megamenu/MegamenuHighlightColumn'; export type { MegamenuItemProps } from './Megamenu/MegamenuItem'; export type { ModalProps } from './Modal/Modal'; export type { ModalBodyProps } from './Modal/ModalBody'; export type { ModalFooterProps } from './Modal/ModalFooter'; export type { ModalHeaderProps } from './Modal/ModalHeader'; export type { NavProps } from './Nav/Nav'; export type { ChangesType, RegisterOptions, useNavScrollArgs, useNavScrollResult } from './NavScroll'; export type { NotificationId, NotificationManagerProps, NotificationOptions, NotificationProps } from './Notification'; export type { PagerProps } from './Pager/Pager'; export type { ProgressProps } from './Progress/Progress'; export type { RatingProps } from './Rating/Rating'; export type { ResponsiveImageProps } from './ResponsiveImage/ResponsiveImage'; export type { SectionProps } from './Section/Section'; export type { SelectProps } from './Select/Select'; export type { SidebarProps } from './Sidebar/Sidebar'; export type { SkiplinkProps } from './Skiplink/Skiplink'; export type { SkiplinkItemProps } from './Skiplink/SkiplinkItem'; export type { SpinnerProps } from './Spinner/Spinner'; export type { StepperContainerProps } from './Stepper/StepperContainer'; export type { StepperContentProps } from './Stepper/StepperContent'; export type { StepperDotsProps } from './Stepper/StepperDots'; export type { StepperHeaderProps } from './Stepper/StepperHeader'; export type { StepperHeaderElementProps } from './Stepper/StepperHeaderElement'; export type { StepperNavProps } from './Stepper/StepperNav'; export type { TabNavProps } from './Tab/TabNav'; export type { TabNavItemProps } from './Tab/TabNavItem'; export type { TabNavLinkProps } from './Tab/TabNavLink'; export type { ThumbNavProps } from './ThumbNav/ThumbNav'; export type { ThumbNavItemProps } from './ThumbNav/ThumbNavItem'; export type { TimelinePinProps } from './Timeline/TimelinePin'; export type { TimelineProps } from './Timeline/TimelineWrapper'; export type { ToggleProps } from './Toggle/Toggle'; export type { ToolbarProps } from './Toolbar/Toolbar'; export type { ToolbarItemBadge, ToolbarItemProps } from './Toolbar/ToolbarItem'; export type { BreadcrumbItemProps, ButtonDropdownProps, ButtonGroupProps, ButtonToolbarProps, CardColumnsProps, CardDeckProps, CardFooterProps, CardGroupProps, CardHeaderProps, CardImgOverlayProps, CardImgProps, CardLinkProps, CardSubtitleProps, ColProps, ContainerProps, FadeProps, FormFeedbackProps, FormGroupProps, FormProps, FormTextProps, InputGroupProps, InputGroupTextProps, LabelProps, ListGroupItemHeadingProps, ListGroupItemProps, ListGroupItemTextProps, ListGroupProps, MediaProps, NavItemProps, NavLinkProps, NavbarBrandProps, NavbarProps, NavbarTogglerProps, PaginationItem as PagerItemProps, PaginationLink as PagerLinkProps, PopoverBodyProps, PopoverHeaderProps, PopoverProps, RowProps, TableProps, TooltipProps, UncontrolledAlertProps, UncontrolledCollapseProps, UncontrolledTooltipProps } from 'reactstrap'; export type { TabContainerProps, TabContentProps, TabPaneProps } from 'react-bootstrap'; import './track-focus.js';