We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const options = { overrides: { h1: { component: h1Comp, }, // any other tags use this default: { component: defaultComp, } }, };
Appreciate if there is a way to reach that
The text was updated successfully, but these errors were encountered:
Not currently, though that's an interesting feature request. What's your planned use case?
Sorry, something went wrong.
sometimes I need to show only certain tags and hid others, so I'm wondering TO add a hidden attribute or display:none in all undesired tags.
hidden
display:none
For example, show only the title <h1>, <h2>... of articles in catalog.
<h1>, <h2>...
No branches or pull requests
Appreciate if there is a way to reach that
The text was updated successfully, but these errors were encountered: