0.2.8 • Published 4 years ago

uxcore-button-group v0.2.8

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

uxcore-button-group

React button group

NPM version build status Test Coverage Dependency Status devDependency Status NPM downloads

Sauce Test Status

Development

git clone https://github.com/uxcore/uxcore-button-group
cd uxcore-button-group
npm install
npm run server

if you'd like to save your install time,you can use uxcore-tools globally.

npm install uxcore-tools -g
git clone https://github.com/uxcore/uxcore-button-group
cd uxcore-button-group
npm install
npm run dep
npm run start

Test Case

npm run test

Coverage

npm run coverage

Demo

http://uxcore.github.io/components/button-group

Contribute

Yes please! See the CONTRIBUTING for details.

API

Props

NameTypeRequiredDefaultComments
prefixClsStringNokuma-button-group类名前缀,不使用 kuma 主题时可以使用
classNameStringNo额外类名
typeStringNooutline同 Button 的 type,在 separated 为 false 的情况下,单个 button 的 type 将被这个 type 覆盖
sizeStringnomedium同 Button 的 size,ButtonGroup 下必须保证 size 统一,设置单个 Button 的 size 无效
separatedBoolNofalse是否是分隔的形态,以下 props 仅在 separated 为 true 时起效
maxLengthNumberNo3超过多少个 Button 时开始折叠
localeStringNozh-cn国际化
actionTypeStringNobutton默认形态是按钮型(button) 还是 文字链接型(link)
0.2.8

4 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.1.8

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago