from Hacker News

Show HN: Tailwind Button Playground

by mcbetz on 1/3/20, 4:37 PM with 33 comments

  • by iDemonix on 1/3/20, 9:53 PM

    This is cool! It'd be nice if there was a list of presets or something to scroll through.
  • by hmhrex on 1/3/20, 6:32 PM

    I've been toying with the idea of using Tailwind (I currently use Bulma), but I'm concerned about it taking more dev time than necessary. Would love to hear people's experiences!
  • by keb_ on 1/3/20, 6:58 PM

    This is awesome! I recently switched to Tailwind from using Basscss in my projects, and am excited at the ecosystem and amount of support around Tailwind. Tools like this make it easier to introduce newcomers as well.
  • by mcbetz on 1/3/20, 4:37 PM

    I built this small tool to create buttons with Tailwind. The buttons can have background and text colors, margins, paddings, rounded corners and shadow.
  • by jtth on 1/3/20, 7:33 PM

    The contrast button doesn’t work when the background is set to transparent.
  • by kingkool68 on 1/3/20, 5:51 PM

    I like being able to modify the properties and see the resulting classes.
  • by csscrack on 1/3/20, 8:06 PM

    I find Tachyons better than Tailwind. Much shorter class names and a thought-through system which makes it hard to make bad design. Also setup (there's none) is easier than with Tailwind.