Last active
February 18, 2025 02:17
-
-
Save hellokaton/62e21a86c9ee4c36ce97f7e0ebfe58ac to your computer and use it in GitHub Desktop.
扩展 shadcn 默认button。组件位置在 components/share/button.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import {Button} from "@/components/share/button"; | |
export const Usage = () => { | |
return ( | |
<div> | |
<Button>Hello World</Button> | |
</div> | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment