PUG-Bootstrap
PUG-Bootstrap copied to clipboard
Bootstrap select boxes
Hi, thank you for your library! Is nice job.
But how is possible create select boxes without native html? Are you supporting this function? Thx
You mean like how we render select inputs in jade, right?
select(name="lstColors")
option(value="apple") Apples
option(value="orange") Oranges
option(value="grape") Grapes