Skip to content

Commit

Permalink
Fixed the broken link in the custom components page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin-14 committed Sep 2, 2024
1 parent 4e82d0f commit ef92af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom-components-pkg.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ filters:
---


While there are a large number of pre-built [components available for Shiny,](components/) there are times when you may want to create your own. In this article we’ll walk through the process of creating a custom input component package for Shiny. We’ll be using React and Typescript to build the component, but the process is similar for other languages and frameworks.
While there are a large number of pre-built [components available for Shiny,](https://shiny.posit.co/py/components/) there are times when you may want to create your own. In this article we’ll walk through the process of creating a custom input component package for Shiny. We’ll be using React and Typescript to build the component, but the process is similar for other languages and frameworks.

::: {.callout-note}
If you just want to build a one-off component for a single app, a full package may be overkill. See the accompanying article [Custom JavaScript component](custom-component-one-off.html) for a simpler approach.
Expand Down

0 comments on commit ef92af7

Please sign in to comment.