Line 1: |
Line 1: |
− | | + | <button> |
− | <ButtonDropdown direction="down" isOpen={this.state.dropdownOpen} toggle={this.toggle} style={{marginBottom: "15px"}} color={this.props.color}> | + | <button color="primary">Primary</button> |
− | <DropdownToggle caret {...this.props}>
| |
− | Reply
| |
− | </DropdownToggle>
| |
− | <DropdownMenu>
| |
− | <DropdownItem>Action 1</DropdownItem>
| |
− | <DropdownItem>Action 2</DropdownItem>
| |
− | <DropdownItem>Action 3</DropdownItem>
| |
− | </DropdownMenu>
| |
− | </ButtonDropdown>
| |
− | | |
| | | |
| | | |