Skip to content

Commit bf27ede

Browse files
fix(toggle): toggle page removing unimported component
1 parent 7867bce commit bf27ede

File tree

1 file changed

+0
-6
lines changed
  • apps/website/src/routes/docs/headless/(components)/toggle

1 file changed

+0
-6
lines changed

apps/website/src/routes/docs/headless/(components)/toggle/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ A toggle component is a primitive that us used to quickly switch between two pos
1616

1717
{' '}
1818

19-
<Example01>
20-
```tsx
21-
<Toggle pressed onClick$={$(() => console.log('Toggle'))} />
22-
```
23-
</Example01>
24-
2519
## Building blocks
2620

2721
<CodeExample>

0 commit comments

Comments
 (0)