Skip to content

Commit df9b0f4

Browse files
author
Yuriko Takahashi
authored
Add intent property to Button component (#1384)
1 parent b4bd8e6 commit df9b0f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/buttons/src/Button.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ Button.propTypes = {
136136
*/
137137
...layout.propTypes,
138138

139+
/**
140+
* The intent of the button.
141+
*/
142+
intent: PropTypes.string,
143+
139144
/**
140145
* The appearance of the button.
141146
*/

0 commit comments

Comments
 (0)