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 Highlight component so that I can easily add a highlight
Highlight
The component should contain:
dcx-highlight
Highlight behind the scenes is a mark tag:
mark
<mark>highlight</mark>
The final user will use in this way:
<Highlight>highlight</Highlight>
and the outcome will be something like this:
Tasks:
Please follow the below to create your branch
git checkout release/0.8 git pull git checkout -b 'feature/highlight'
The text was updated successfully, but these errors were encountered:
closed by #509
Sorry, something went wrong.
Ahmet-K
No branches or pull requests
As a developer
I want to be able use a
Highlight
componentso that I can easily add a highlight
The component should contain:
dcx-highlight
Highlight behind the scenes is a
mark
tag:The final user will use in this way:
and the outcome will be something like this:
Tasks:
Please follow the below to create your branch
git checkout release/0.8 git pull git checkout -b 'feature/highlight'
The text was updated successfully, but these errors were encountered: