tldraw/apps/examples/src
Taha afd5af1cb6
Refactor and document speech bubble example (#2392)
Adds comments to speech bubble example in a similar vein to the
screenshot tool example. it also refactors the code to make it easier to
parse.

### Change Type

- [ ] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [x] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

1. Add a step-by-step description of how to test your PR here.
2.

- [ ] Unit Tests
- [ ] End to end tests

### Release Notes

- Add annotations to the speech bubble example
- Refactor code for clarity

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2024-01-03 10:29:59 +00:00
..
components add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
examples Refactor and document speech bubble example (#2392) 2024-01-03 10:29:59 +00:00
hooks add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
icons New vite-based examples app (#1226) 2023-05-05 13:10:36 +00:00
testing add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
ExamplePage.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
examples.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
HomePage.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
index.html New vite-based examples app (#1226) 2023-05-05 13:10:36 +00:00
index.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
styles.css add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
vite-env.d.ts add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00