书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 30 个相关结果.
  • Toasts

    978 2019-07-17 《reactstrap document》
    Toasts Properties Header icons Dismissing Toasts import React from 'react' ; import { Toast , ToastBody , ToastHeader } from 'reactstrap' ; const...
  • Navbar

    959 2019-07-17 《reactstrap document》
    Navbar Navbar Properties NavbarBrand Properties NavbarToggler NavbarToggler Properties Navbar import React from 'react' ; import { Collapse , Navbar ,...
  • Installation

    1257 2019-07-17 《reactstrap document》
    Installation NPM Getting Started with Create React App tl;dr Adding Bootstrap CDN About the Project Installation NPM Install reactstrap and peer dependencies via NPM ...
  • Layout

    1407 2019-07-17 《reactstrap document》
    Layout Components (Container, Row, Col) Container Properties Row Properties Col Properties Layout Components (Container, Row, Col) import React from 'react' ; impo...
  • Badge

    934 2019-07-17 《reactstrap document》
    Badges Contextual variations Pills Links Badges Scale to parent import React from 'react' ; import { Badge } from 'reactstrap' ; export default ...
  • Form

    1251 2019-07-17 《reactstrap document》
    Form Properties Form Grid Form Grid with Form Row Inline Form Form Validation Input Types Inline checkboxes Input Sizing Input Grid Sizing Hidden Labels Custom Inputs ...
  • Popovers

    1211 2019-07-17 《reactstrap document》
    Popovers Properties Popovers Trigger Popovers Placements UncontrolledPopovers Popovers Popovers are built with https://popper.js.org/ via https://github.com/souporserious/...
  • List Group

    1026 2019-07-17 《reactstrap document》
    ListGroup Properties ListGroup import React from 'react' ; import { ListGroup , ListGroupItem } from 'reactstrap' ; export default class Exampl...
  • Input Group

    988 2019-07-17 《reactstrap document》
    Input Group Properties Addons Addon Sizing Buttons / Dropdowns Button Shorthand (DEPRECATED) Input Group import React from 'react' ; import { InputGroup , ...
  • Breadcrumbs

    766 2019-07-17 《reactstrap document》
    Breadcrumbs Properties No list Breadcrumbs import React from 'react' ; import { Breadcrumb , BreadcrumbItem } from 'reactstrap' ; const Example ...