Skip to content

Commit

Permalink
docs(modal): add css custom properties
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-rosa-jsm committed Jan 17, 2025
1 parent 509edcb commit ab46914
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/core/src/components/modal/stories/modal.args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,42 @@ export const ModalStoryArgs = {
category: Category.CSS_CUSTOM_PROPERTIES,
},
},
'--height': {
description: 'Height of the modal.',
table: {
category: Category.CSS_CUSTOM_PROPERTIES,
},
},
'--max-height': {
description: 'Maximum height of the modal.',
table: {
category: Category.CSS_CUSTOM_PROPERTIES,
},
},
'--max-width': {
description: 'Maximum width of the modal.',
table: {
category: Category.CSS_CUSTOM_PROPERTIES,
},
},
'--min-height': {
description: 'Minimum height of the modal.',
table: {
category: Category.CSS_CUSTOM_PROPERTIES,
},
},
'--min-width': {
description: 'Minimum width of the modal.',
table: {
category: Category.CSS_CUSTOM_PROPERTIES,
},
},
'--width': {
description: 'Width of the modal.',
table: {
category: Category.CSS_CUSTOM_PROPERTIES,
},
},
present: {
description:
'Method to present the modal overlay after it has been created.',
Expand Down

0 comments on commit ab46914

Please sign in to comment.