09-advanced/02-behavior.tsx
Behavior
Example
Official Cake20 View example for behavior.
export default () => (
<input ref={autoFocus} class="rounded border p-2" placeholder="Focused automatically." />
);