Components - textarea

Example

<textarea className="textarea u-font-size-0" placeholder="This is the placeholder"></textarea>

Example

<textarea className="textarea u-font-size-2" placeholder="This is the placeholder"></textarea>

Example

<textarea className="textarea u-font-size-4" placeholder="This is the placeholder"></textarea>

Example

<textarea className="textarea" placeholder="This is the placeholder" disabled></textarea>

Example

<textarea placeholder="This is the placeholder" className="textarea resize"></textarea>