We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374ba44 commit dc425e0Copy full SHA for dc425e0
docs/common-props.json
@@ -1,4 +1,10 @@
1
{
2
+ "size": {
3
+ "description": "Set the size of the component's appearence. 'sm', 'md' (default), or 'lg'"
4
+ },
5
+ "noFade": {
6
+ "description": "When set to 'true', disables the fade animation/transition on the component"
7
+ }
8
"id": {
9
"description": "Used to set the 'id' attribute on the rendered content, and used as teh base to generate any additional element IDs as needed"
10
},
0 commit comments