Skip to content

Commit 4dffdf2

Browse files
committed
chore: update example code block for the new feature
1 parent ee4c226 commit 4dffdf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/src/_examples.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ export default function App() {
181181
inputProps={{
182182
rows: 5
183183
}}
184+
buttonsContainerProps={{
185+
className: 'my-custom-buttons-wrapper'
186+
}}
184187
saveButtonContent='Apply'
185188
cancelButtonContent={<strong>Cancel</strong>}
186189
editButtonContent='Edit This Quote'

0 commit comments

Comments
 (0)