Skip to content

Commit

Permalink
fix: small changes for seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dk579 committed Oct 20, 2023
1 parent 5686aed commit ebf7eec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions apps/docs/app/docs/integrations/formik/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: Rafty UI + Formik
nextjs:
metadata:
title: Formik
title: Rafty UI + Formik
description: Formik
twitter:
title: Formik
title: Rafty UI + Formik
images:
url: https://rafty.rhinobase.io/api/og?title=Formik
url: https://rafty.rhinobase.io/api/og?title=Rafty%20UI%20+%20Formik
openGraph:
title: Formik
title: Rafty UI + Formik
images:
url: https://rafty.rhinobase.io/api/og?title=Formik
url: https://rafty.rhinobase.io/api/og?title=Rafty%20UI%20+%20Formik
---

The way we start building forms with [Formik](https://formik.org/) is by using its `useFormik` hook that returns us the formik instance. That Formik instance contains pretty much everything we need to connect our form's UI elements and submit handler. Let's see a pure React + Formik example:
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/app/docs/integrations/react-hook-form/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: Rafty UI + React Hook Form
nextjs:
metadata:
title: React Hook Form
title: Rafty UI + React Hook Form
description: React Hook Form
twitter:
title: React Hook Form
title: Rafty UI + React Hook Form
images:
url: https://rafty.rhinobase.io/api/og?title=React&20Hook%20Form
url: https://rafty.rhinobase.io/api/og?title=Rafty%20UI%20+%20React%20Hook%20Form
openGraph:
title: React Hook Form
title: Rafty UI + React Hook Form
images:
url: https://rafty.rhinobase.io/api/og?title=React&20Hook%20Form
url: https://rafty.rhinobase.io/api/og?title=Rafty%20UI%20+%20React%20Hook%20Form
---

This example shows how to build a simple form with Rafty UI's form components and the [React Hook Form](https://react-hook-form.com/) form library:
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/app/docs/integrations/tanstack-table/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: Rafty UI + Tanstack Table
nextjs:
metadata:
title: Tanstack Table
title: Rafty UI + Tanstack Table
description: Tanstack Table
twitter:
title: Tanstack Table
title: Rafty UI + Tanstack Table
images:
url: https://rafty.rhinobase.io/api/og?title=Tanstack%20Table
url: https://rafty.rhinobase.io/api/og?title=Rafty%20UI%20+%20Tanstack%20Table
openGraph:
title: Tanstack Table
title: Rafty UI + Tanstack Table
images:
url: https://rafty.rhinobase.io/api/og?title=Tanstack%20Table
url: https://rafty.rhinobase.io/api/og?title=Rafty%20UI%20+%20Tanstack%20Table
---

This example shows how to build a sortable data table with Rafty UI's table components, and the [Tanstack Table](https://tanstack.com/table/v8/).
Expand Down

0 comments on commit ebf7eec

Please sign in to comment.