Sha256: 646d61e07949b2e1c7f45f513592d985511090ed1f6d5cbc50a83b98f7a30d0d
Contents?: true
Size: 665 Bytes
Versions: 1326
Compression:
Stored size: 665 Bytes
Contents
### Props | Name | Type | Description | Default | Values | | --- | ----------- | --------- | --------- | --------- | | **characterCount** | `CharacterCount` | Adds a character counter to the Textarea | `.noCount` | `.noCount` `.count` `.maxCharacterCount` `.maxCharacterCountBlock` `.maxCharacterCountError` | | **inline** | `Bool` | Changes the style of the Textarea | `false` | `true` `false` | | **label** | `String` | Adds a label | `nil` | | | **placeholder** | `String` | Adds placeholder text | `nil` | | | **text** | `String` | Sets the Textarea's text value | `Binding<String>` | | | **error** | `String` | Changes the style of the Textarea | `nil` | |
Version data entries
1,326 entries across 1,326 versions & 2 rubygems