docs: migrate UI docs (#13245)
* docs: create a new UI docs project (#13233) * docs: create a new UI docs project * fix installation errors * docs: migrate UI docs content to new project (#13241) * Fix content * added examples for some components * finish adding examples * lint fix * fix build errors * delete empty files * path fixes + refactor * fix build error
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"description": "",
|
||||
"methods": [],
|
||||
"displayName": "TooltipProvider",
|
||||
"props": {
|
||||
"delayDuration": {
|
||||
"defaultValue": {
|
||||
"value": "100",
|
||||
"computed": false
|
||||
},
|
||||
"description": "The duration from when the pointer enters the trigger until the tooltip gets opened.",
|
||||
"tsType": {
|
||||
"name": "number"
|
||||
},
|
||||
"required": false
|
||||
},
|
||||
"skipDelayDuration": {
|
||||
"defaultValue": {
|
||||
"value": "300",
|
||||
"computed": false
|
||||
},
|
||||
"description": "How much time a user has to enter another trigger without incurring a delay again.",
|
||||
"tsType": {
|
||||
"name": "number"
|
||||
},
|
||||
"required": false
|
||||
},
|
||||
"disableHoverableContent": {
|
||||
"description": "When `true`, trying to hover the content will result in the tooltip closing as the pointer leaves the trigger.",
|
||||
"required": false,
|
||||
"tsType": {
|
||||
"name": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user