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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As a developer I want to be able use a Heading component so that I can easily add a title
Heading
The component should contain:
dcx-heading dcx-heading-${level}
The final user will use in this way:
<Heading className="title" label="title text" id="user-defined-id" level="1" />
Tasks:
Please follow the below to create your branch
git checkout release/0.8 git pull git checkout -b 'feature/heading'
The text was updated successfully, but these errors were encountered:
Closed by #482
Sorry, something went wrong.
aismaelcap
Successfully merging a pull request may close this issue.
As a developer
I want to be able use a
Heading
componentso that I can easily add a title
The component should contain:
dcx-heading dcx-heading-${level}
The final user will use in this way:
Tasks:
Please follow the below to create your branch
git checkout release/0.8 git pull git checkout -b 'feature/heading'
The text was updated successfully, but these errors were encountered: