42

There are two kinds of people:
1. btn btn-default
2. btn btn-primary

Comments
  • 1
    I am btn-secondary
  • 7
    btn-succes, because always stay positive!
  • 0
    I'm primary-btn
  • 2
    Well, I am lazy to adjust bootstrap's css, so I use a btn colour according to website style =D
  • 1
    I don't use bootstrap, I prefer Bulma
  • 0
    I am actually a "btn btn-green" guy. I know this may not be the best practice but I like it this way.
  • 0
    @usernotfound I was going to say the same thing. I did the move about a month ago and its a pleasure to work with. Definitely makes a lot more sense then bootstrap
  • 0
    I'm fairly sure there are about 30 types of button people. I'm the .button / button() stylus mixin type. I'd say there are 2 types of people though... those who choose 'random' and those who choose 'rand.' Please don't be a rand person.
  • 2
    2 things: this is my first post and...I think I might be color blind. So btn-default. Also tachyons (tachyons.io) is pretty sweet for anyone looking for something a little more lightweight than bootstrap. Ok...3 things
  • 0
    I'm more a

    st_button btn = initButton( (st_button)
    {
    .type_texture = txtr_IMG,
    .color_bg = color_RED,
    .color_fg = color_WHITE,
    .type_click = click_SINGLE,
    .callBack = &cb_sendQueueMsg,
    .callback_params = &msg
    });

    type of person...
  • 0
    You mean btn-primary vs. btn-success
  • 1
    @doz87 i started using it about a week ago, easier and better looking
  • 1
  • 1
    @sheriffderek I'm writing the GUI for a baremetal system, no framework, just a frame buffer to fill. And a touchpanel glued above. This is survival mode.
  • 0
    btn btn-warning because the website is mostly in orange
Add Comment