Dropdown Button
-
I want to create the dropdown menu displayed in the first “Live Demo” here..
https://www.tutorialspoint.com/bootstrap/bootstrap_button_dropdowns.htm
1.) I installed the plugin.
2.) Via Gutenberg, I created a bootstrap button,
3.) I choose “edit as html” & past the code:<div class=”btn-group”>
<button type=”button” class=”btn btn-primary dropdown-toggle” data-toggle=”dropdown”>
Primary
<span class=”caret”></span>
</button><ul class=”dropdown-menu” role=”menu”>
- Action
- Another action
- Something else here
- Separated link
<li class=”divider”>
</div>
4.) Result is a button with a bullet point list below…
Is Guternberg not reading the css files?
How do I solve this problem?
thx
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Dropdown Button’ is closed to new replies.