-
Notifications
You must be signed in to change notification settings - Fork 280
Expand file tree
/
Copy pathsample.html
More file actions
24 lines (21 loc) · 796 Bytes
/
sample.html
File metadata and controls
24 lines (21 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- playground-fold -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample</title>
</head>
<body style="background-color: var(--sapBackgroundColor); height: 350px">
<!-- playground-fold-end -->
<ui5-search id="search-scope" scope-value="all" show-clear-icon placeholder="Search Apps, Products">
<ui5-search-scope text="All" value="all" slot="scopes"></ui5-search-scope>
<ui5-search-scope text="Apps" value="apps" slot="scopes"></ui5-search-scope>
<ui5-search-scope text="Products" value="products" slot="scopes"></ui5-search-scope>
</ui5-search>
</div>
<!-- playground-fold -->
<script type="module" src="main.js"></script>
</body>
</html>
<!-- playground-fold-end -->