Skip to content

Commit

Permalink
Add description to LabeledTextField in Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrade committed Mar 15, 2024
1 parent 81ba1b4 commit 9b59742
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __docs__/wonder-blocks-form/labeled-text-field.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import packageConfig from "../../packages/wonder-blocks-form/package.json";
import ComponentInfo from "../../.storybook/components/component-info";
import LabeledTextFieldArgTypes from "./labeled-text-field.argtypes";

/**
* A LabeledTextField is an element used to accept a single line of text from
* the user paired with a label, description, and error field elements.
*/
export default {
title: "Form / LabeledTextField",
component: LabeledTextField,
Expand Down

0 comments on commit 9b59742

Please sign in to comment.