-
Notifications
You must be signed in to change notification settings - Fork 110
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
Dynamic Toolbar Styling #26
Comments
Hacktoberfest:This issue can provide for multiple pull requests. |
hey how about /* // -- Deluxe Tuner Style Names //--- Common //--- Dimensions //--- Positioning //--- Font //--- Appearance //--- Item Appearance //--- Icons //--- Separators //--- Floatable Menu //--- Movable Menu //--- Transitional Effects & Filters //--- CSS Support (CSS-based Menu) //--- Advanced //--- AJAX-like Technology //--- Dynamic Menu //--- Keystrokes Support //--- Sound var itemStyles = [ var menuItems = [
]; dm_init(); |
@nitinsultania I'm not sure most of that would be useful in this circumstance. |
@irmerk Can i work on this issue ? |
@imrishabh18 we should review this issue after accordproject/markdown-editor#297 is complete. |
accordproject/markdown-editor#297 has been finished, so there is no longer a blocker on this issue. The migration may have solved this issue, so look into that first. |
Is your feature request related to a problem? Please describe.
The
Toolbar
should accept props to render certain buttons. It should therefore also render well no matter which buttons are toggled on.Describe the solution you'd like
This could possibly have a minimum cap, such as
Styles
,bold
,italic
, andunderline
. Input would be helpful (@Michael-Grover)Describe alternatives you've considered
css-grid
may not actually be the best solution here, feel free to explore other optionsAdditional context
This relates to Issue accordproject/markdown-editor#35
The text was updated successfully, but these errors were encountered: