mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
parent
367d4a5f14
commit
8681911998
92 changed files with 7793 additions and 2 deletions
16
api-generator/components/tabview.js
Normal file
16
api-generator/components/tabview.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
const TabViewProps = [
|
||||
{
|
||||
name: "activeIndex",
|
||||
type: "number",
|
||||
default: "0",
|
||||
description: "Index of the active tab."
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
tabview: {
|
||||
name: "TabView",
|
||||
description: "TabView is a container component to group content with tabs.",
|
||||
props: TabViewProps
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue