Method disabled in finish. Refactoring core select

This commit is contained in:
2022-10-12 22:40:57 +03:00
parent 9099bcbc81
commit 3a031a864e
5 changed files with 63 additions and 59 deletions

View File

@ -9,11 +9,11 @@
</head>
<body>
<div class="container">
<div class="cg-dropdown cg-dropdown_one"></div>
<button class="cg-dropdown cg-dropdown_one"></button>
<div class="cg-dropdown cg-dropdown_two"></div>
<button class="cg-dropdown cg-dropdown_two"></button>
<div class="cg-dropdown cg-dropdown_three"></div>
<button class="cg-dropdown cg-dropdown_three"></button>
</div>
</body>
<script type="module" src="index.js"></script>