Skip to content
This repository was archived by the owner on Nov 1, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/text-area/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Text Area

The Text Area component simply wraps a native <textarea/> tag.

Use it as you would a native Text Area.

The component is used to provide default styling for a native Text Area component.

Guideline:

- If you need your Text Area styled, use this component
- If you only need native Text Area functionality, but not the style, use a native <textarea/>.