9
Codazed
6y

I've been using Bootstrap for my websites for a long time now. I'm looking to change things up a lot on a couple of them. Anyone have any recommendations for some great bootstrap alternatives?

Comments
  • 3
    Semantic UI - https://semantic-ui.com
    - great alternative that has most of the same functional pieces
    - has a React port that is amazing for quick prototyping

    Tachyons - https://tachyons.io
    - functional CSS paradigm
    - great for creating a "custom" UI style kit
  • 5
    @webpackconfig Tachyons is actually one of the frameworks I was looking at. I'll have to look even more into it now. Thanks for the suggestions!
  • 2
    @BaconatorNoVeg Check out https://changelog.com/podcast/272 if you're interested in it. Adam Morse, the author, gives a great breakdown.
  • 1
    If you like Googles Design (for example new youtube)
    Look up Materialize.

    Otherwise I can recommend building it from scratch. It's more work but you have more control.
  • 0
    @HTCPCP edge already has grid supported. And IE has a kind of pseudo support (ancient grid version - it came from IE)
  • 0
    @HTCPCP edge already has grid supported. And IE has a kind of pseudo support (ancient grid version - it came from IE)
  • 1
    @BaconatorNoVeg maybe bulma
Add Comment