Skip to content

Instantly share code, notes, and snippets.

@seveibar
Created May 26, 2023 23:54
Show Gist options
  • Save seveibar/9d150c3c69387beab51b814e5edc581a to your computer and use it in GitHub Desktop.
Save seveibar/9d150c3c69387beab51b814e5edc581a to your computer and use it in GitHub Desktop.
Seam prebuilt component using fake, read-only server
import { SeamProvider, DeviceTable } from "@seamapi/react"
export default () => {
return (
<SeamProvider
endpoint="https://react.seam.co/api"
clientSessionToken="seam_cst1_0000"
>
<DeviceTable />
</SeamProvider>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment