Svelte에서 프로젝트 및 버튼 그룹을 효율적으로 만드는 방법
setContext
및 getContext
슬롯을 사용하여 버튼 그룹을 생성할 수 있습니다.회답을 보다.너는 이런 결과를 얻게 될 것이다.
<ButtonGroup>
<Button value="foo">
Foo
</Button>
<Button value="bar">
Bar
</Button>
<Button value="baz">
Baz
</Button>
</ButtonGroup>
이것은REPL
Reference
이 문제에 관하여(Svelte에서 프로젝트 및 버튼 그룹을 효율적으로 만드는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/thecomputerm/how-to-create-item-and-button-groups-in-svelte-efficiently-31b9텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)