-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞 - Demo should not use any of "tui-" classes other than spacings #9721
Comments
It's on purpose, we're phasing out those global styles. I'll change this ticket into "remove deprecated global styles from demo". They were initially released by mistake as our internal set of styles that was a subject to change by another team. We plan to drop them by v5. |
Thanks for the quick reply. I encountered another issue and I was wondering if this is related. Also: Is the website open source? It would be helpful to understand how the demos work. |
The website is open source, the entirety of taiga-ui.dev is in this folder: |
Ah, that explains it. I tried to use a selectable card, but had problems to set it up. I assumed this was due to the missing Good to know about the website. Thanks for the quick response and elaboration. Regarding my original request:
The form example was actually pretty helpful. It was the only sample that displayed a full form demo where a lot of capabilities are shown. Since you're planning to drop these classes in v5: Do you recommend any other framework for layouting (perhaps known to work well and with similar conventions as taiga)? |
A lot of people use Tailwind with Taiga UI and like it. I don't use layout libraries myself as I prefer to style all the pages myself. |
Reproduction url
https://taiga-ui.dev/form
Description
Some of the core layouting building blocks used in Forms is missing documentation. These elements (like row, skeleton, table) seem to be useful for a lot of other contexts, but some more documentation how they are intended to use them would be helpful.
Taiga UI version
4.14.0
Browser Used
Firefox
OS Used
Windows
The text was updated successfully, but these errors were encountered: