formkit / docs-content

The content (.md format) — and only the content — for the FormKit documentation site.
17 stars 28 forks source link

Feature/tailwind update #20

Closed andrew-boyd closed 2 years ago

andrew-boyd commented 2 years ago

Updates the Tailwind guide to reflect the new @formkit/tailwindcss package. A vast improvement in my opinion.

New guide can be previewed here: https://formkit-com-git-feature-tailwind-update-formkit.vercel.app/guides/create-a-tailwind-theme

justin-schroeder commented 2 years ago

Looks great to me @andrew-boyd — i made 1 tiny suggestion to replace some the Object.assign() to a spread syntax, just cause I think new devs are generally afraid of Object.[x] methods.