Did some work on encapsulating style sheets.
Coninued working on custom dropdowns. Still work to go but getting there.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user