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

dropdown#17

Open
ewof wants to merge 17 commits intoPygmalionAI:devfrom
ewof:dropdown
Open

dropdown#17
ewof wants to merge 17 commits intoPygmalionAI:devfrom
ewof:dropdown

Conversation

@ewof
Copy link
Copy Markdown
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

Comment thread src/shared/Dropdown.tsx Outdated
Comment thread src/shared/Dropdown.tsx
Copy link
Copy Markdown
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.

Comment thread src/tailwind.css Outdated
Comment thread src/shared/Dropdown.tsx
Comment thread src/shared/Dropdown.tsx Outdated
@0x000011b 0x000011b added the enhancement New feature or request label Feb 18, 2023
Comment thread src/shared/Dropdown.tsx
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