"use client" import { Box, useRecipe } from "@chakra-ui/react" export const SystemWithUseRecipe = () => { const button = useRecipe({ key: "button" }) return Styled like a button }