Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
prototype
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
prototype
Merge requests
!162
Resolve
#3488790
"Component update tabs"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3488790
"Component update tabs"
issue/prototype-3488790:3488790-component-update-tabs
into
5.x
Overview
0
Commits
2
Pipelines
2
Changes
5
Merged
Jennifer Dust
requested to merge
issue/prototype-3488790:3488790-component-update-tabs
into
5.x
4 months ago
Overview
0
Commits
2
Pipelines
2
Changes
5
Expand
Closes
#3488790
0
0
Merge request reports
Compare
5.x
version 1
6951e9d2
4 months ago
5.x (base)
and
latest version
latest version
60e25e71
2 commits,
4 months ago
version 1
6951e9d2
2 commits,
4 months ago
5 files
+
14
−
39
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
components/02-components/tabs-content/README.md
+
2
−
2
Options
@@ -5,9 +5,9 @@ This is the primary element for a collection of tabs.
## Usage
To utilize this component it should be embedded within a twig template
and then within the embed assign the data to the
tabs_
items array.
and then within the embed assign the data to the
`
items
`
array.
The
tabs_
items_override expects the same data as if using the
tabs_
items
The items_override expects the same data as if using the items
prop, but with the ability to override certain data.
Each tab item should have an ID, title and content -- all strings.
Loading