Skip to content

Commit

Permalink
change hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raschle committed Oct 6, 2022
1 parent 690cef2 commit 84bca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ const RequiredField = ({ label, name, validation }) => {

If you're working with a fully-featured component library, or have your own production-ready components, you may want to integrate them with Redwood's forms seamlessly.
You can via Redwood forms' `useErrorStyles` hook and React Hook Form's `Controller` component.
The following example shows how you could go about integrating a component from [PrimeReact](https://www.primefaces.org/primereact/) for use in in Redwood's forms like any of the named-input fields listed above:
The following example shows how you could go about integrating a component from [`primereact`](https://www.primefaces.org/primereact/) for use in in Redwood's forms like any of the named-input fields listed above:

```jsx title="web/src/components/ToggleButtonField/ToggleButtonField.tsx"
import { ToggleButton } from 'primereact/togglebutton'
Expand Down

0 comments on commit 84bca12

Please sign in to comment.