wearebraid / vue-formulate

⚡️ The easiest way to build forms with Vue.
https://vueformulate.com
MIT License
2.25k stars 244 forks source link

Add support for DaisyUI #440

Open Rednas83 opened 3 years ago

Rednas83 commented 3 years ago

DaisyUI is a Tailwind/CSS Library for semantic components and I think it could be a great addition to the existing basic components.

<ul class="steps w-full">
  <li class="step step-success">Register</li> 
  <li class="step step-success">Choose plan</li> 
  <li class="step">Purchase</li> 
  <li class="step">Receive Product</li>
</ul>

image More info can be found here https://daisyui.com/ https://daisyui.com/components/steps

justin-schroeder commented 3 years ago

Thanks for the info @Rednas83 I'll look into it 👍