You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide a simple example that shows how to use the component in the [example folder](https://github.com/sqlitecloud/sqlc-components/tree/main/packages/sqlc-react-search/example).
66
+
We provide a simple example that shows how to use the component in the `tester.js`[file](https://github.com/sqlitecloud/examples/blob/main/js/components/useDocsSearch/src/tester.js).
67
67
68
68
To run the example, download the repo and follow these steps:
69
-
1. Run `npm install` at the root directory level.
70
-
2. Run `npm run start` in the `./packages/sqlc-react-search/example` subdirectory.
69
+
1. Navigate to the `/js/components/useDocsSearch` directory.
70
+
2. Run `npm run install`.
71
+
2. Run `npm run start`.
71
72
72
73
The example code will be executed at `localhost:1234`
0 commit comments