# button-group
**Repository Path**: yanhuakang/button-group
## Basic Information
- **Project Name**: button-group
- **Description**: React Ant Design ButtonGroup
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2021-10-26
- **Last Updated**: 2023-08-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ButtonGroup
## 介绍
1. 本组件基于[React](https://react.docschina.org/)、[Ant Design](https://ant.design/index-cn),适用于React + Ant Design项目
2. 本组件设计为超过一定数量的按钮将展示在`Dropdown`中

## 使用方式
### 安装
```js
npm i antd-button-group
```
### 使用
```css
@import '~antd/dist/antd.less'; // 引入antd样式
@import '~antd-button-group/dist/index.less';
```
```js
import ButtonGroup from 'antd-button-group'
```
```html
`bottomRight`
`topLeft`、`topCenter`、`topRight` |
| arrow | Dropdown下拉框箭头是否显示 | Boolean | false | |
| trigger | 触发下拉的行为, 移动端不支持 hover | Array | ['click'] | `click`、`hover`、`contextMenu` |
| icon | 右侧更多 icon | ComponentType | [Antd Icon](https://ant.design/components/icon-cn/) MoreOutlined | |
| iconStyle | 右侧更多 icon 样式 | CSSProperties | { fontSize: 22, verticalAlign: 'middle', marginLeft: 2 } | |
| children | 按钮 | ReactNode | - | |
### children
| PropTypes.node | 说明 |
| :----------------------------------------------------------- | :----------------------------------------------------------- |
| `` | `Dropdown`中的`Button`将会自动转为`` |
| `