Y
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
illumanaughty
1692 days ago
It gives you complete control over your markup and styling. Headless UI is designed to handle everything except what the components look like.
link
zettadam
1692 days ago
<Component as="some html tag"> is not full control :)
link