We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
WIP
Sorry, something went wrong.
Add initial implementation of the New component Kebab ( #500 )
664ff59
Add support for Kebabs in navLink ( #500 )
84310d7
a8d39e6
👍
Fix CSS of Kebab ( #500)
80f57f7
Testing is OK
TheCoder4eu
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: