File tree Expand file tree Collapse file tree 2 files changed +48
-1
lines changed
Expand file tree Collapse file tree 2 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 51285128 "source" : " https://github.com/primer/view_components/tree/main/app/components/primer/open_project/border_box/collapsible_header.rb" ,
51295129 "lookbook" : " https://primer.style/view-components/lookbook/inspect/primer/open_project/border_box/collapsible_header/default/" ,
51305130 "parameters" : [
5131+ {
5132+ "name" : " collapsed" ,
5133+ "type" : " Boolean" ,
5134+ "default" : " `false`" ,
5135+ "description" : " Whether the header is collapsed on initial render."
5136+ },
51315137 {
51325138 "name" : " system_arguments" ,
51335139 "type" : " Hash" ,
Original file line number Diff line number Diff line change 1757517575 "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/border_box/collapsible_header.rb",
1757617576 "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/border_box/collapsible_header/default/",
1757717577 "parameters": [
17578+ {
17579+ "name": "collapsed",
17580+ "type": "Boolean",
17581+ "default": "`false`",
17582+ "description": "Whether the header is collapsed on initial render."
17583+ },
1757817584 {
1757917585 "name": "system_arguments",
1758017586 "type": "Hash",
1758317589 }
1758417590 ],
1758517591 "slots": [
17586-
17592+ {
17593+ "name": "title",
17594+ "description": "Required title",
17595+ "parameters": [
17596+ {
17597+ "name": "system_arguments",
17598+ "type": "Hash",
17599+ "default": "N/A",
17600+ "description": "{{link_to_system_arguments_docs}}"
17601+ }
17602+ ]
17603+ },
17604+ {
17605+ "name": "count",
17606+ "description": "Optional count",
17607+ "parameters": [
17608+ {
17609+ "name": "system_arguments",
17610+ "type": "Hash",
17611+ "default": "N/A",
17612+ "description": "{{link_to_system_arguments_docs}}"
17613+ }
17614+ ]
17615+ },
17616+ {
17617+ "name": "description",
17618+ "description": "Optional description",
17619+ "parameters": [
17620+ {
17621+ "name": "system_arguments",
17622+ "type": "Hash",
17623+ "default": "N/A",
17624+ "description": "{{link_to_system_arguments_docs}}"
17625+ }
17626+ ]
17627+ }
1758717628 ],
1758817629 "methods": [
1758917630
You can’t perform that action at this time.
0 commit comments