Page MenuHomePhabricator

WiKit: Create a story file for the text area component
Closed, ResolvedPublic

Description

This task depends on T289138: Move Text area component to WiKit

Create a story file for the moved component, adhering to the storybook structure, and including controls to the story file.

AC:

  • Structure: The component has its own section is Storybook, called "TextArea". The section contains a "Basic" page that presents the controllable component, and "All" page that will include the additional states in the future (Task: T289058).
  • Behavior: Users should be able to interact with the component's input: typing, deleting and manually expanding the area.
  • Controls: Users should be able to define the number of lines of text that the text area will accommodate by default, to modify the copy of the component's label and placeholder.