Hacker News new | ask | show | jobs
by zettadam 1692 days ago
`react-table` is headless. I am forced to create my own html structure and am in control of the markup from the start. `headless-ui` provides those components which doesn't give me full control over markup, does it?
1 comments

It gives you complete control over your markup and styling. Headless UI is designed to handle everything except what the components look like.
<Component as="some html tag"> is not full control :)