Get started with Client Side Components
Use Seam Components without touching the backend.
Overview
1 - Get a Publishable Key from the Seam Console
2 — Add Seam Components
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Seam Components</title>
</head>
<body>
<main>
<seam-connect-account-button
publishable-key="your_publishable_key"
></seam-connect-account-button>
<seam-device-table
publishable-key="your_publishable_key"
></seam-device-table>
</main>
<script
type="module"
src="https://react.seam.co/v/1.42.1/dist/elements.js"
></script>
</body>
</html>3 — Select a User Identifier Key
Next Steps
Last updated
Was this helpful?

