Installing

Install the library

npm install @apideck/components

Getting started

Import the component

import { TextArea } from '@apideck/components'

Basic

TextAreaBasic
import { TextArea } from '@apideck/components'

export default function TextAreaBasic() {
  return <TextArea name="input-name" placeholder="Text Area component" />
}

API reference

Coming soon