-
Notifications
You must be signed in to change notification settings - Fork 9
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
Storybook Documentation - Component: Text Button #412
Comments
20 tasks
related to this PR 412-storybook-textbutton |
JpunktWpunkt
added a commit
that referenced
this issue
Dec 5, 2023
* feat(storybook): implement story for textbutton
Feedback:
|
startet with fix-branch fix/412-storybook-text-button |
Hey @JpunktWpunkt , I looked over the current branch and updated the feedback above. Also I found a new topic, which we should discuss:
|
When the "block" variant is using up the full width of the wrapper again, this task can be merged and moved to done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description / User Story
With this task we want to make the Text Button Component page in Storybook look like the template from design.
Acceptance Criteria
Props
See this table page "Text Button" for all props that should be displayed for the component, incl. their description, default values and the type of controls. Props that do not appear and that can be removed, should also be removed (not including theme for example, because this is needed for all components, but still not part of the props section).
If the props in the list are not the same as the component currently uses, just leave a comment in column G in the excel and a follow-up task will be created. Fixing the components is not part of this ticket.
Content / Texts
See this table page "Documentation Texts" for all texts that should be displayed for the component. Filter column A in cell A3 to only show you the texts of this components.
For the texts please change "[component name]" with "Text Button" and "[componentName]" with "textButton".
Also all the examples in the documentation below the Props should not use the default values, but they should use descriptive texts for Label, Placeholder and other text fields. Some examples are already given in the template.
Background information
The text was updated successfully, but these errors were encountered: