import { TextField } from '../components/TextField/TextField' import { ButtonWidget } from '../components/Button/ButtonWidget' export default function ButtonTextFieldTest() { return (

TextField + Button Alignment Test

{/* Test 1: Search box pattern */}

Search Box Pattern

{/* Test 2: Inline form without label */}

Inline Form (Collapsed Label)

{/* Test 3: Filter bar */}

Filter Bar

{/* Test 4: Size comparison */}

Button Size Comparison with TextField

) }