Code
Inline code and code blocks.
Inline
Pass variant="primary" to change the appearance of a button.
Code block
import { Button } from "@/components/ui/button"
<Button variant="secondary">Save</Button>Inline code and code blocks.
Pass variant="primary" to change the appearance of a button.
import { Button } from "@/components/ui/button"
<Button variant="secondary">Save</Button>