The minimum of Tailwind you need to know to work with Elixir/Phoenix

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • // See the Tailwind configuration guide for advanced usage // https://tailwindcss.com/docs/configuration module.exports = { content: [ './js/**/*.js', '../lib/*_web.ex', '../lib/*_web/**/*.*ex' ], theme: { extend: { backgroundImage: {}, fontFamily: { sans: 'Roboto, sans-sefif', }, colors: { elxpro: { primary: "#274395", secondary: "#3dbfef", white: "#fff" }, }, }, }, plugins: [ require('@tailwindcss/forms') ] }

  • Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

  • I discovered Tailwind when I needed to deliver my project first to a company using Elixir/Phoenix, I was I didn't want to provide the CSS as it would require a lot of time, bootstrap was a great option but when I was looking for free dashboard themes on the internet it was tough to find a theme, look for other options. I even considered the possibility of using MaterializeCss too. Still, I need a layout and paid, we discovered Tailwind and found the control panel layouts easy to use, and simple to install as I needed to import tailwind and copy and paste HTML from a website TailwindComponents.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I made websites, and I am constantly reminded by I stick to backend.

    4 projects | /r/webdev | 27 Jun 2023
  • I made a free no-code ML tool

    2 projects | /r/datascience | 20 May 2023
  • TailwindCSS vs Bootstrap: Which CSS Framework is Better?

    2 projects | dev.to | 21 Feb 2023
  • What Makes Learning Web Development Worthwhile in the Coming Years?

    2 projects | dev.to | 13 Feb 2023
  • Advice for backend dev with poor UI skills?

    2 projects | /r/Frontend | 28 Jan 2023