wip embeds
This commit is contained in:
11
integration/kitchen-sink.tsx
Normal file
11
integration/kitchen-sink.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react"
|
||||
import { Embed } from "../src/components.js"
|
||||
|
||||
export function KitchenSink() {
|
||||
return (
|
||||
<>
|
||||
content
|
||||
<Embed color="BLUE"></Embed>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user