Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_suite_daisyui
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
ui_suite_daisyui
Merge requests
!4
Issue
#3468025
by G4MBINI: Use proper type for props in component YML definitions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3468025
by G4MBINI: Use proper type for props in component YML definitions
issue/ui_suite_daisyui-3468025:3468025-use-proper-type
into
4.0.x
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Michael Fanini
requested to merge
issue/ui_suite_daisyui-3468025:3468025-use-proper-type
into
4.0.x
10 months ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Closes
#3468025
0
0
Merge request reports
Compare
4.0.x
version 1
2a903193
10 months ago
4.0.x (base)
and
latest version
latest version
ed248b6b
2 commits,
10 months ago
version 1
2a903193
1 commit,
10 months ago
3 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
components/collapse/collapse.component.yml
+
1
−
1
Options
@@ -48,7 +48,7 @@ props:
accordion_id
:
title
:
"
Accordion
ID"
description
:
"
To
fill
for
collapse
used
inside
an
Accordion
component."
$ref
:
"
ui-patterns://
string
"
$ref
:
"
ui-patterns://
machine_name
"
checked
:
title
:
"
Checked?"
description
:
"
To
set
to
true
for
a
collapse
used
inside
an
Accordion
component."
Loading