New blog post:Extracting Employee Data with the BambooHR API - Practical Examples.
Install the library
npm install @apideck/components
Import the component
import { TextArea } from '@apideck/components'
import { TextArea } from '@apideck/components' export default function TextAreaBasic() { return <TextArea name="input-name" placeholder="Text Area component" /> }
Coming soon