Did some work on encapsulating style sheets.

Coninued working on custom dropdowns. Still work to go but getting there.
This commit is contained in:
ajdj100
2023-05-18 22:09:55 -04:00
parent 6386e02acd
commit 54738d2ec9
8 changed files with 51 additions and 15 deletions

View File

@@ -56,10 +56,14 @@ export default {
<dropdown>
<DropdownContent>
<DropDownItem>Test1</DropDownItem>
<DropdownItem>Item 1</DropdownItem>
<DropdownItem>Item 2</DropdownItem>
<DropdownItem>Item 3</DropdownItem>
</DropdownContent>
</dropdown>
<Icon icon="carbon:caret-down" />
<!-- This button needs to get finished -->
<button @click="resetFilters()">Clear Filters</button>
</div>