{"id":20197063,"url":"https://github.com/itsjonq/chakra-customization","last_synced_at":"2026-06-11T14:31:58.285Z","repository":{"id":146984457,"uuid":"474518765","full_name":"ItsJonQ/chakra-customization","owner":"ItsJonQ","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-29T00:52:05.000Z","size":105,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-30T06:53:55.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"chakra-customization.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ItsJonQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-03-27T02:50:01.000Z","updated_at":"2022-04-04T03:25:11.000Z","dependencies_parsed_at":"2023-04-05T02:49:08.625Z","dependency_job_id":null,"html_url":"https://github.com/ItsJonQ/chakra-customization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ItsJonQ/chakra-customization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fchakra-customization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fchakra-customization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fchakra-customization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fchakra-customization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsJonQ","download_url":"https://codeload.github.com/ItsJonQ/chakra-customization/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fchakra-customization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34204179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T04:27:11.484Z","updated_at":"2026-06-11T14:31:58.265Z","avatar_url":"https://github.com/ItsJonQ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customizing Chakra\n\n### About\n\nThis repo is an example of how we can:\n\n- Customize [Chakra](https://chakra-ui.com/) to better fit our custom look and feel.\n- Integrate with existing pre-defined Design Tokens.\n- Create an [base component layer of control](https://en.wikipedia.org/wiki/Adapter_pattern) to contain customizations and provide flexibility for internal swapping later.\n\n### Areas of interest\n\n##### `styles/tokens.js`\n\nA collection of base Design Tokens - these can be anyhing really. They're not used directly with Chakra components. They are integrated into the theme setup layer, mapping values to Chakra's internal system.\n\n##### `styles/theme.js`\n\nThis is the main file to [customize Chakra's theme](https://chakra-ui.com/docs/styled-system/theming/customize-theme). It contains foundational theming setup (e.g. Color, spacing, typography), but also Chakra specific component overrides and adjustments.\n\n##### `components/base/*`\n\nIt's recommended not to consume Chakra directly. Instead, any component you need should have an in-between layer which lives in this `base/` directory. For components without modification, we can export the components (and hooks) from Chakra directly. Otherwise, we'll have to intercept.\n\nTo intercept, make sure you `React.forwardRef` and spread the `...props` to the underlying Chakra component to ensure that it works as expected.\n\n#### `pages/components/*` and `pages/exampels/*`\n\nThe code for these basic to complete examples for these components can be found here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjonq%2Fchakra-customization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsjonq%2Fchakra-customization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjonq%2Fchakra-customization/lists"}