A foundational component for inputting text into the app via a keyboard.
import { TextInput } from 'lumine-ui'; const CustomComponent = () => { return ( <Inputs /> ); };