We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3c15930
버튼 컴포넌트
import { Button } from 'vacgom-design-system'; function App() { return ( <Button variant="primary" size="large"> 안녕하세요, 가든이예요 ;) </Button> ); }