topcoat-data / topcoat-public

TopCoat components, visualizations and themes
MIT License
1 stars 3 forks source link

allow trigger slot customisation #180

Closed gau94rav closed 2 years ago

gau94rav commented 2 years ago

Allows trigger button of TNavigationDropdown to be customisable using default slot.

This change is required for new filter ux's navigation dropdown switcher design from figma.

Usage example:

        <t-navigation-dropdown>
          <div class="text-xl text-[#1C1C21] flex items-center gap-2">
            <chart-box-outline-icon />
            {{ page.title }}
            <swap-horizontal-icon class="text-[#727184]" :size="16" />
          </div>
        </t-navigation-dropdown>

Icons Backend PR

Screenshot 2022-11-15 at 4 45 55 PM