pug-bootstrap / PUG-Bootstrap

Bootstrap framework written completely using mixins in Pug
http://pug-bootstrap.github.io/PUG-Bootstrap/
MIT License
226 stars 73 forks source link

Bootstrap select boxes #22

Open zarubto4 opened 7 years ago

zarubto4 commented 7 years ago

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

rajasegar commented 7 years ago

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