fix action row example
This commit is contained in:
@@ -21,9 +21,9 @@ export type ActionRowProps = {
|
|||||||
* ```tsx
|
* ```tsx
|
||||||
* // put buttons on two separate rows
|
* // put buttons on two separate rows
|
||||||
* <ActionRow>
|
* <ActionRow>
|
||||||
* <Button onClick={handleFirst}>First</Button>
|
* <Button label="First" onClick={handleFirst} />
|
||||||
* </ActionRow>
|
* </ActionRow>
|
||||||
* <Button onClick={handleSecond}>Second</Button>
|
* <Button label="Second" onClick={handleSecond} />
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* @category Action Row
|
* @category Action Row
|
||||||
|
|||||||
Reference in New Issue
Block a user