Skip to main content

Text Field

Demo

sub text
sub text

Usage (React)

import { TextField } from "@gbgr/react"
import "@gbgr/react/styles.css"

export function Example() {
return <TextField placeholder="text" />
}