Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New component - Kebab #500

Closed
TheCoder4eu opened this issue Sep 7, 2016 · 3 comments
Closed

New component - Kebab #500

TheCoder4eu opened this issue Sep 7, 2016 · 3 comments
Assignees
Milestone

Comments

@TheCoder4eu
Copy link
Owner

Add Kebab Component:
Kebabs are a restyled version of a dropdown and support the same feature set.
it looks like a very tight burger menu.

Reference Markup

      <div class="dropdown  dropdown-kebab">
        <button class="btn btn-link dropdown-toggle" type="button" id="dropdownKebab" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
          <span class="fa fa-ellipsis-v"></span>
        </button>
        <ul class="dropdown-menu " aria-labelledby="dropdownKebab">
          <li><a href="#">Action</a></li>
          <li><a href="#">Another action</a></li>
          <li><a href="#">Something else here</a></li>
          <li role="separator" class="divider"></li>
          <li><a href="#">Separated link</a></li>
        </ul>
      </div>
@TheCoder4eu TheCoder4eu added this to the v1.0.0 milestone Sep 7, 2016
@TheCoder4eu TheCoder4eu self-assigned this Sep 7, 2016
@TheCoder4eu
Copy link
Owner Author

WIP

@MitchTalmadge
Copy link
Contributor

👍

TheCoder4eu added a commit that referenced this issue Oct 3, 2016
@TheCoder4eu
Copy link
Owner Author

Testing is OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants