20CAKE20.JS
09-advanced

Advanced

13

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." />
);