Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ib Green <[email protected]>
  • Loading branch information
chrisgervang and ibgreen authored Jan 16, 2025
1 parent 1392345 commit 06ef666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/custom-widgets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are many ways to build a widget in deck.gl, and it’s helpful to consider
* **[Use Preact in a universal widget](./preact-widgets.md)** - Preact is a lightweight virtual DOM library commonly used to implement dynamic widget UI. It enables you to create highly interactive widgets without tightly coupling their internals to an application’s UI framework.
* **[Wrap widgets in a React component](./react-widgets.md)** - If you are developing a custom Widget for a React application, you can use React to build the UI. This approach allows you to use React components and can coexist alongside other widgets.

## Creating The Widget class
## Creating a new Widget

Your widget class must implement the [Widget](../../api-reference/core/widget.md) interface.

Expand Down

0 comments on commit 06ef666

Please sign in to comment.