import React from 'react'; import FloatingLabelTextInput from '../../src/floatingLabelTextInput'; export default function TextAreaExample() { return ( ); }