Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ src/
│ │ ├── CreateAccessCodeForm/
│ │ ├── DeviceDetails/
│ │ ├── DeviceTable/
│ │ ├── EditAccessCodeForm/
│ │ └── SupportedDeviceTable/
│ │ └── EditAccessCodeForm/
│ ├── access-codes/ # Access code hooks
│ ├── client-sessions/ # Session hooks
│ ├── connected-accounts/ # Account hooks
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ refreshing data, and performing actions.
- [Get started with Angular](https://docs.seam.co/latest/seam-components/overview/angular).
- [Get started with Vue](https://docs.seam.co/latest/seam-components/overview/vue).
- [Get started with Client Sessions](https://docs.seam.co/latest/seam-components/get-started-with-react-components-and-client-session-tokens).
- [Make a Supported Devices Page](https://docs.seam.co/latest/seam-components/make-a-supported-devices-page).
- Reference the [Component API](https://docs.seam.co/latest/seam-components/react-components).
- Find developer specific technical documentation in the [README](https://github.com/seamapi/react/).
- Play with the components live in the interactive [Storybook](https://react.seam.co/)!
Expand Down
9 changes: 1 addition & 8 deletions examples/basic/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
ConnectAccountButton,
DeviceTable,
SeamProvider,
SupportedDeviceTable,
} from '@seamapi/react'
import { ConnectAccountButton, DeviceTable, SeamProvider } from '@seamapi/react'

export function App(): JSX.Element {
return (
Expand All @@ -17,8 +12,6 @@ export function App(): JSX.Element {
<h1>Seam Components</h1>
<ConnectAccountButton />
<DeviceTable />
<h2>Supported Devices</h2>
<SupportedDeviceTable />
</main>
</SeamProvider>
)
Expand Down
5 changes: 0 additions & 5 deletions examples/web-components/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
user-identifier-key="%SEAM_USER_IDENTIFIER_KEY%"
disable-css-injection="true"
></seam-device-table>
<seam-supported-device-table
publishable-key="%SEAM_PUBLISHABLE_KEY%"
user-identifier-key="%SEAM_USER_IDENTIFIER_KEY%"
disable-css-injection="true"
></seam-supported-device-table>
</main>
<script type="module" src="/web-components/src/main.ts"></script>
</body>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading