Sha256: 3f7c8bff5ced1179ec32809d1bfe11637a14da6cb6056cacf13e890e8af4777f

Contents?: true

Size: 608 Bytes

Versions: 1

Compression:

Stored size: 608 Bytes

Contents

<textarea
  class="flex min-h-[80px] w-full rounded-md border border-input bg-transparent px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 <%= options[:class] %>"
  placeholder="<%= options[:placeholder] %>"
  name="<%= name %>"
  id="<% id %>"
  <%= options[:disabled] ? "disabled" : "" %>"
  <%= options[:required] ? "required" : "" %>
  <%= options[:readonly] ? "readonly" : "" %>
  <%= options[:rows] ? "rows" : "" %>></textarea>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shadcn-ui-0.0.1 app/views/components/ui/_textarea.html.erb