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