forked from extern/egroupware
Remove this test directory, it's not needed
This commit is contained in:
parent
8b3143de50
commit
3a28380125
@ -1,47 +0,0 @@
|
|||||||
<!--
|
|
||||||
@license
|
|
||||||
|
|
||||||
Copyright IBM Corp. 2019
|
|
||||||
|
|
||||||
This source code is licensed under the Apache-2.0 license found in the
|
|
||||||
LICENSE file in the root directory of this source tree.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>carbon-web-components example</title>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
#app {
|
|
||||||
width: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
bx-dropdown,
|
|
||||||
bx-dropdown-item {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
bx-dropdown:defined,
|
|
||||||
bx-dropdown-item:defined {
|
|
||||||
visibility: inherit;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Hello World! 👋</h1>
|
|
||||||
<div id="app">
|
|
||||||
<bx-dropdown trigger-content="Select an item">
|
|
||||||
<bx-dropdown-item value="all">Option 1</bx-dropdown-item>
|
|
||||||
<bx-dropdown-item value="cloudFoundry">Option 2</bx-dropdown-item>
|
|
||||||
<bx-dropdown-item value="staging">Option 3</bx-dropdown-item>
|
|
||||||
<bx-dropdown-item value="dea">Option 4</bx-dropdown-item>
|
|
||||||
<bx-dropdown-item value="router">Option 5</bx-dropdown-item>
|
|
||||||
</bx-dropdown>
|
|
||||||
</div>
|
|
||||||
<script type="module" src="js/app.min.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,11 +0,0 @@
|
|||||||
/**
|
|
||||||
* @license
|
|
||||||
*
|
|
||||||
* Copyright IBM Corp. 2020
|
|
||||||
*
|
|
||||||
* This source code is licensed under the Apache-2.0 license found in the
|
|
||||||
* LICENSE file in the root directory of this source tree.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import 'carbon-web-components/es/components/dropdown/dropdown.js';
|
|
||||||
import 'carbon-web-components/es/components/dropdown/dropdown-item.js';
|
|
Loading…
Reference in New Issue
Block a user