⚠️

WIP - Dummy content

Input

Input are used primarily for

app.tsx
  import { Label } from "@chepe/ui";
 
  export default function App() {
    return (
      <>
        <Label for="first_name">First Name</Label>
        <Input name="first_name" />
      </ >
    );
  }
⚠️

Work in Progress