Custom shape examples (#2994)

This PR:
- adds a simple custom shape example
- adds an interactive shape example
- updates editable shape example

closes TLD-2118

- [x] `documentation` — Changes to the documentation only[^2]

### Release Notes

- adds a simple custom shape example
- adds an interactive shape example
- updates editable shape example

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
This commit is contained in:
Taha 2024-03-02 20:18:31 +00:00 committed by GitHub
parent f819a57a05
commit 8658e20ab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 462 additions and 306 deletions

View file

@ -24,5 +24,5 @@
".next/types/**/*.ts",
"watcher.ts"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", ".next"]
}