Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

dropdown #17

Open
wants to merge 17 commits into
base: dev
Choose a base branch
from
Open

dropdown #17

wants to merge 17 commits into from

Conversation

ewof
Copy link
Contributor

@ewof ewof commented Feb 11, 2023

dropdown

<Dropdown label="Preset">
    <div class="dropdown-menu">
        <a class="dropdown-item" href="#">Classic-Pygmalion-6b</a>
        <a class="dropdown-item" href="#">Classic-Pygmalion-2.7b</a>
        <a class="dropdown-item" href="#">Calibrated-Pygmalion-6b</a>
        <a class="dropdown-item" href="#">GPU-Pygmalion-6b</a>
        <a class="dropdown-item" href="#">DragonSlayer-Pygmalion-2.7b</a>
    </div>
</Dropdown>

fixes #10
#14 started working on this yesterday forgot to make pr, my bad

src/shared/Dropdown.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

@0x000011b 0x000011b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Left a few comments.

src/tailwind.css Outdated Show resolved Hide resolved
src/shared/Dropdown.tsx Show resolved Hide resolved
src/shared/Dropdown.tsx Outdated Show resolved Hide resolved
@0x000011b 0x000011b added the enhancement New feature or request label Feb 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a Dropdown menu component
3 participants