1import { Button } from "@supabase/ui"; 2 3export default function ButtonTypes() { 4 return ( 5 <> 6 <Button type="primary">Primary Button</Button> 7 ...
確定! 回上一頁