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

Feat: add storybook links in the documentation of all components #61

Merged
merged 5 commits into from
Aug 3, 2023

Conversation

lautarovilas
Copy link
Contributor

Summary

A custom component was created to reuse for the title and the storybook link ( if the storybook documentation for that component exists ).

Task

Jira task

How did you test this change?

  • All links were manually tested

image

@lautarovilas lautarovilas added the documentation Improvements or additions to documentation label Aug 2, 2023
@vercel
Copy link

vercel bot commented Aug 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 2, 2023 6:52pm

docs/buttons/button-group.mdx Outdated Show resolved Hide resolved
gap="2"
className="flex-row flex-wrap w-full"
>
<h1 {...titleProps}>{title}</h1>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can use our component Text just here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't use the Text component because it complains about typescript when passing the name attribute, and I can't find a way to fix it.

@sonarcloud
Copy link

sonarcloud bot commented Aug 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@tbor00 tbor00 merged commit e38d31a into main Aug 3, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants