Tweaked styling and whatnot for dropdown menus. Still overall nonfunctional, quite possibly will need a large overhaul before it's in working shape.

This commit is contained in:
ajdj100
2023-05-19 00:07:12 -04:00
parent 0cdd98fa99
commit d38e41d90f
4 changed files with 22 additions and 10 deletions

View File

@@ -54,11 +54,13 @@ export default {
<option>RRC</option>
</select>
<dropdown title="hello">
<dropdown title="All Groups">
<DropdownContent>
<DropdownItem>Item 1</DropdownItem>
<DropdownItem>Item 2</DropdownItem>
<DropdownItem>Item 3</DropdownItem>
<DropdownItem>All Groups</DropdownItem>
<DropdownItem>Echo</DropdownItem>
<DropdownItem>HHC</DropdownItem>
<DropdownItem>Recruit</DropdownItem>
<DropdownItem>Discharged</DropdownItem>
</DropdownContent>
</dropdown>