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
This feature sees in bootstrap or jquery ui (the style):
I did the above prototype by adding (changing?) these lines:
.btn .icon { float: inherit; color: inherit; }
Toolbar:
<footer class="toolbar toolbar-footer"> <div class="toolbar-actions"> <button class="btn btn-default"> <span class="icon icon-cancel"></span> Cancel </button> <button class="btn btn-primary pull-right"> Send <span class="icon icon-mail"></span> </button> </div> </footer>
(Currently, this is a quick prototype.)
The text was updated successfully, but these errors were encountered:
Good addition. Just a tip: you can add the icon-text class to the icon so it sits nicely alongside the button's label.
icon-text
<button class="btn btn-primary"> <span class="icon icon-text icon-mail"></span> Send Message </button>
Sorry, something went wrong.
Thanks @developit . I don't know there was a icon text before.
To support the right side icon, I make a pull request #62
No branches or pull requests
This feature sees in bootstrap or jquery ui (the style):
I did the above prototype by adding (changing?) these lines:
Toolbar:
(Currently, this is a quick prototype.)
The text was updated successfully, but these errors were encountered: