Implements Material Design Web Component: TextField

Text fields let users enter and edit text.

The text field class consists of the following types: * Filled text * Outlined text

See: https://material-components.github.io/material-components-web-catalog/#/component/text-field

class materialweb.tags.textarea.TextArea(*args, **kwargs)

Textarea component.

See: https://material.io/develop/web/components/text-fields#textarea

prepare_attributes(attrs, default)

Prepare html input element’s attributes.

template_filled()

Get formatted literal string for filled TextArea.

See: https://material.io/develop/web/components/text-fields#filled

template_outlined()

Get formatted literal string for outlined TextArea.

See: https://material.io/develop/web/components/text-fields#outlined