Make a Supported Devices Page
Use Seam Components to make a Supported Devices page
Last updated
Use Seam Components to make a Supported Devices page
Last updated
© Seam Labs, Inc. All rights reserved.
Seam adds supports for smart devices every week and by integrating with Seam, you get access to these new devices too!
This guide will show you how to add a supported device table to your website or application. You can use plain HTML, React, or any framework that supports web components.
To access the Seam API, you'll need a publishable key. This key identifies your application when making requests to Seam and is safe to embed in your frontend code.
Go to console.seam.co and select "Client Sessions" from the sidebar. You should then see a "Publishable Key" that you can copy.
Seam Components are implemented in React, but may be used as native web components.
Create a plain HTML page with the content below. You can serve this anyway you like, or even open it directly in your browser. The version in the script tag can be any released version.
You should see a list of device models like what's shown below:
View and play with other components in the interactive storybook component library
Check out some Full Example Apps
If you have any questions or want to report an issue, email us at support@seam.co.