File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,40 @@ export const Navbar: Story = () => html`
98
98
</ div >
99
99
` ;
100
100
101
+ export const UsingHref : Story = ( ) => html `
102
+ < h3 > Href links</ h3 >
103
+ < div
104
+ style ="
105
+ height: 60px;
106
+ font-size: 16px;
107
+ --uui-tab-text: var(--uui-color-surface-alt);
108
+ --uui-tab-text-hover: var(--uui-color-surface);
109
+ --uui-tab-text-active: var(--uui-color-current);
110
+ --uui-tab-background: var(--uui-color-default);
111
+ ">
112
+ < uui-tab-group >
113
+ < uui-tab label ="content " href ="http://www.umbraco.com/#content ">
114
+ Content
115
+ </ uui-tab >
116
+ < uui-tab label ="Packages " href ="http://www.umbraco.com/#package " active >
117
+ Packages
118
+ </ uui-tab >
119
+ < uui-tab label ="Media " href ="http://www.umbraco.com/#media ">
120
+ Media
121
+ </ uui-tab >
122
+ < uui-tab label ="Settings " href ="http://www.umbraco.com/#settings ">
123
+ Settings
124
+ </ uui-tab >
125
+ < uui-tab label ="Translations " href ="http://www.umbraco.com/#translations ">
126
+ Translations
127
+ </ uui-tab >
128
+ < uui-tab label ="Users " href ="http://www.umbraco.com/#users ">
129
+ Users
130
+ </ uui-tab >
131
+ </ uui-tab-group >
132
+ </ div >
133
+ ` ;
134
+
101
135
export const WithIcons : Story = props => html `
102
136
< h3 > Tabs with Icons</ h3 >
103
137
< uui-icon-registry-essential >
Original file line number Diff line number Diff line change 12
12
"references" : [
13
13
{
14
14
"path" : " ../uui-base"
15
+ },
16
+ {
17
+ "path" : " ../uui-button"
18
+ },
19
+ {
20
+ "path" : " ../uui-popover-container"
21
+ },
22
+ {
23
+ "path" : " ../uui-symbol-more"
15
24
}
16
25
]
17
26
}
You can’t perform that action at this time.
0 commit comments