bokuweb/re-bulma

View on GitHub
src/elements/forms/textarea.examples.md

Summary

Maintainability
Test Coverage
  ### Import
  
  `import { Textarea } from 're-bulma';`
  
  ### Select

    <div>
      <Label>Message</Label>
      <Textarea
        state="isLoading"
        color="isInfo"
        help={{
          text: 'help text',
          color: 'isSuccess',
        }}
      />
    </div>