@wordpress/components
Version:
UI components for WordPress.
23 lines (22 loc) • 453 B
JSON
{
"$schema": "../../schemas/docs-manifest.json",
"displayName": "Tabs",
"filePath": "./index.tsx",
"subcomponents": [
{
"displayName": "TabList",
"preferredDisplayName": "Tabs.TabList",
"filePath": "./tablist.tsx"
},
{
"displayName": "Tab",
"preferredDisplayName": "Tabs.Tab",
"filePath": "./tab.tsx"
},
{
"displayName": "TabPanel",
"preferredDisplayName": "Tabs.TabPanel",
"filePath": "./tabpanel.tsx"
}
]
}