{"id":13422310,"url":"https://github.com/thekaganugur/formik-chakra-ui","last_synced_at":"2025-10-29T23:44:59.391Z","repository":{"id":37866824,"uuid":"296232761","full_name":"thekaganugur/formik-chakra-ui","owner":"thekaganugur","description":"Chakra-UI bindings for Formik","archived":false,"fork":false,"pushed_at":"2024-08-07T12:41:52.000Z","size":3185,"stargazers_count":145,"open_issues_count":20,"forks_count":28,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T08:36:07.963Z","etag":null,"topics":["chakra-ui","formik"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thekaganugur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-17T05:56:05.000Z","updated_at":"2024-09-12T16:21:35.000Z","dependencies_parsed_at":"2024-05-31T08:01:31.406Z","dependency_job_id":"7797b979-fee9-4762-a39b-647cce2012ac","html_url":"https://github.com/thekaganugur/formik-chakra-ui","commit_stats":null,"previous_names":["kgnugur/formik-chakra-ui"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekaganugur%2Fformik-chakra-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekaganugur%2Fformik-chakra-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekaganugur%2Fformik-chakra-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekaganugur%2Fformik-chakra-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thekaganugur","download_url":"https://codeload.github.com/thekaganugur/formik-chakra-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238820444,"owners_count":19536180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chakra-ui","formik"],"created_at":"2024-07-30T23:00:41.417Z","updated_at":"2025-10-17T19:47:25.132Z","avatar_url":"https://github.com/thekaganugur.png","language":"TypeScript","funding_links":[],"categories":["🛠️ Tools","TypeScript"],"sub_categories":[],"readme":"# Chakra UI Bindings for Formik 🧵\n\nBindings for using [Formik](https://github.com/jaredpalmer/formik) with [Chakra UI](http://next.chakra-ui.com).\n\n[![license](https://badgen.now.sh/badge/license/MIT)](./LICENSE)\n![npm](https://img.shields.io/npm/dt/formik-chakra-ui)\n\n## Why?\n\n[Inversion of Control](https://kentcdodds.com/blog/inversion-of-control) is\nreally cool and [Compound Components](https://kentcdodds.com/blog/inversion-of-control#compound-components) do provide really flexible API.\n\nYet this library is opinionated, provides bindings for Formik, with necessary paddings etc. You can easily opt-out continue to use Chakra UI if you need custom components. But this library will support %90 of the use-cases when building forms.\n\n## Getting started\n\n`yarn add @chakra-ui/react @emotion/react @emotion/styled framer-motion formik formik-chakra-ui`\n\nOr\n\n`npm i @chakra-ui/react @emotion/react @emotion/styled framer-motion formik formik-chakra-ui`\n\nThan setup providers.\n\n```jsx\nimport * as React from 'react';\n// 1. import `ChakraProvider` component\nimport { ChakraProvider } from '@chakra-ui/react';\n\nfunction App() {\n  // 2. Use at the root of your app\n  return (\n    \u003cChakraProvider\u003e\n      \u003cApp /\u003e\n    \u003c/ChakraProvider\u003e\n  );\n}\n```\n\n## Documentation\n\nAll documentation can be found [here](https://629c67f66924e51a45fb2029--gregarious-marshmallow-00a41c.netlify.app/)\n\n## Example\n\n[Codesandbox example](https://codesandbox.io/s/formik-chakra-ui-27yzm?file=/src/Form.tsx)\n\n## Roadmap\n\n### Components\n\n- [x] Button\n- [x] Checkbox\n- [x] Input\n- [x] Number Input\n- [x] Pin Input\n- [x] Radio (`\u003cRadioGroup/\u003e`)\n  - [x] Rendering util function/component for `\u003cRadio/\u003e`\n- [x] Select\n- [x] Slider\n- [x] Switch\n- [x] Textarea\n\n### Utility Components\n\n- [x] Submit button\n- [x] Reset button\n- [x] Form progress\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekaganugur%2Fformik-chakra-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekaganugur%2Fformik-chakra-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekaganugur%2Fformik-chakra-ui/lists"}