File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/docs-example Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="example mb-3 ">
2
2
< c-nav variant ="tabs ">
3
3
< c-nav-item >
4
- < a [active] ="true " [cTabContent] =" tabContent " [ fragment] ="fragment " routerLink =" ./ " [tabPaneIdx] =" 0 " cNavLink >
4
+ < a [active] ="true " [fragment] ="fragment " [ routerLink] =" [] " cNavLink >
5
5
< svg cIcon class ="me-2 " name ="cilMediaPlay "> </ svg >
6
6
Preview
7
7
</ a >
13
13
</ a >
14
14
</ c-nav-item >
15
15
</ c-nav >
16
- < c- tab-content #tabContent =" cTabContent " cRounded =" bottom ">
17
- < c-tab-pane aria-labelledby =" docs-code-preview " class =" p-3 preview " role =" tabpanel ">
16
+ < div class =" tab-content rounded- bottom ">
17
+ < div class =" tab-pane active show p-3 preview fade ">
18
18
< ng-content > </ ng-content >
19
- </ c-tab-pane >
20
- </ c-tab-content >
19
+ </ div >
20
+ </ div >
21
21
</ div >
You can’t perform that action at this time.
0 commit comments