Skip to content

Commit 21e203c

Browse files
committed
Fix alphabetical order in ecosystem guide of website
1 parent 36429bf commit 21e203c

File tree

1 file changed

+3
-3
lines changed
  • website/src/routes/guides/(get-started)/ecosystem

1 file changed

+3
-3
lines changed

website/src/routes/guides/(get-started)/ecosystem/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ This page is for you if you are looking for frameworks or libraries that support
4747
- [Hono](https://hono.dev/): Ultrafast web framework for the Edges
4848
- [next-safe-action](https://next-safe-action.dev) Type safe and validated Server Actions for Next.js
4949
- [oRPC](https://orpc.unnoq.com/): Typesafe APIs Made Simple
50+
- [piying-orm](https://github.com/piying-org/piying-orm): ORM for Valibot; Supports TypeORM, with more to come.
5051
- [tRPC](https://trpc.io/): Move Fast and Break Nothing. End-to-end typesafe APIs made easy
51-
- [piying-orm](https://github.com/piying-org/piying-orm): orm for Valibot; Supports TypeORM, with more to come.
5252

5353
## AI libraries
5454

@@ -61,23 +61,23 @@ This page is for you if you are looking for frameworks or libraries that support
6161
- [mantine-form-valibot-resolver](https://github.com/Songkeys/mantine-form-valibot-resolver): Valibot schema resolver for [@mantine/form](https://mantine.dev/form/use-form/)
6262
- [maz-ui](https://maz-ui.com/composables/use-form-validator): Vue3 flexible and typed composable to manage forms simply with multiple modes and advanced features
6363
- [Modular Forms](https://modularforms.dev/): Modular and type-safe form library for SolidJS, Qwik, Preact and React
64+
- [piying-view](https://github.com/piying-org/piying-view): Frontend Form Solution; Supports Angular, Vue, React, with more to come.
6465
- [React Hook Form](https://react-hook-form.com/): React Hooks for form state management and validation
6566
- [regle](https://github.com/victorgarciaesgi/regle): Headless form validation library for Vue.js
6667
- [Superforms](https://superforms.rocks): A comprehensive SvelteKit form library for server and client validation
6768
- [svelte-jsonschema-form](https://x0k.dev/svelte-jsonschema-form/validators/valibot/): Svelte 5 library for creating forms based on JSON schema
6869
- [TanStack Form](https://tanstack.com/form): Powerful and type-safe form state management for the web
6970
- [VeeValidate](https://vee-validate.logaretm.com/v4/): Painless Vue.js forms
7071
- [vue-valibot-form](https://github.com/IlyaSemenov/vue-valibot-form): Minimalistic Vue3 composable for handling form submit
71-
- [piying-view](https://github.com/piying-org/piying-view): Frontend Form Solution; Supports Angular, Vue, React, with more to come.
7272

7373
## Component libraries
7474

7575
- [Nuxt UI](https://ui.nuxt.com/): Fully styled and customizable components for Nuxt
7676

7777
## Valibot to X
7878

79-
- [@valibot/to-json-schema](https://github.com/fabian-hiller/valibot/tree/main/packages/to-json-schema): The official JSON schema converter for Valibot
8079
- [@gcornut/cli-valibot-to-json-schema](https://github.com/gcornut/cli-valibot-to-json-schema): CLI wrapper for @valibot/to-json-schema
80+
- [@valibot/to-json-schema](https://github.com/fabian-hiller/valibot/tree/main/packages/to-json-schema): The official JSON schema converter for Valibot
8181
- [Hono OpenAPI](https://github.com/rhinobase/hono-openapi): A plugin for Hono to generate OpenAPI Swagger documentation
8282
- [TypeMap](https://github.com/sinclairzx81/typemap/): Uniform Syntax, Mapping and Compiler Library for TypeBox, Valibot and Zod
8383
- [TypeSchema](https://typeschema.com/): Universal adapter for schema validation

0 commit comments

Comments
 (0)