Skip to content
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

[FEATURE] Add specifyc id in each html component #1241

Closed
CSantosM opened this issue Mar 23, 2022 · 0 comments
Closed

[FEATURE] Add specifyc id in each html component #1241

CSantosM opened this issue Mar 23, 2022 · 0 comments
Assignees
Milestone

Comments

@CSantosM
Copy link

Overview of the feature

It is possible to include unique id's describing the content of each html element? For example, in Component html:

<section id="component-metadata"></section>
<section id="component-properties"></section>
<section id="component-accessor"></section>

This will help to add styles much easier

Motivation for or Use Case

I'm trying to hide some doc sections as Getting Started, Metadata and Accessors. I've read the option documentation which compodoc provides to me but is not possible to ignore this sections so I'am trying to hide them with css but the problem is that the html elements have not including any id that allows me to do it so easily.
image

Related issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants