Hacker News new | ask | show | jobs
by snow_mac 779 days ago
"HTML-first" -> Opens the docs and sees a bunch of javascript... Haha. Am I missing something? I was expecting to see `<section class="rounded white content">` or similar not `ui({ components: { countdown: {hooks: {}, media: false} } })`.
1 comments

My understanding is that is the configuration part where the library interacts with tailwind to compile the css.

The way you actually use the ui components is by including html snippets in your page