{"id":14962612,"url":"https://github.com/elcharitas/chakra-ui-svelte","last_synced_at":"2025-08-27T01:49:47.718Z","repository":{"id":37837761,"uuid":"480436686","full_name":"elcharitas/chakra-ui-svelte","owner":"elcharitas","description":"⚡️ Simple, Modular \u0026 Accessible UI Components for your Svelte Applications","archived":false,"fork":false,"pushed_at":"2023-06-26T10:09:28.000Z","size":1297,"stargazers_count":118,"open_issues_count":10,"forks_count":10,"subscribers_count":6,"default_branch":"dev","last_synced_at":"2025-08-21T05:04:09.535Z","etag":null,"topics":["chakra-ui","svelte","sveltejs"],"latest_commit_sha":null,"homepage":"https://chakra-ui-svelte.vercel.app","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/elcharitas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-04-11T15:20:35.000Z","updated_at":"2025-08-09T09:34:57.000Z","dependencies_parsed_at":"2024-09-27T01:21:16.667Z","dependency_job_id":"a8aa3c54-3fe3-4279-8971-904d511cc3c9","html_url":"https://github.com/elcharitas/chakra-ui-svelte","commit_stats":{"total_commits":210,"total_committers":3,"mean_commits":70.0,"dds":0.03809523809523807,"last_synced_commit":"3e448b0d217b540343358d565ca416ae3389e020"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/elcharitas/chakra-ui-svelte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcharitas%2Fchakra-ui-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcharitas%2Fchakra-ui-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcharitas%2Fchakra-ui-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcharitas%2Fchakra-ui-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elcharitas","download_url":"https://codeload.github.com/elcharitas/chakra-ui-svelte/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elcharitas%2Fchakra-ui-svelte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272277833,"owners_count":24905567,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"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":["chakra-ui","svelte","sveltejs"],"created_at":"2024-09-24T13:30:11.022Z","updated_at":"2025-08-27T01:49:47.693Z","avatar_url":"https://github.com/elcharitas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./static/logo-light.svg\" style=\"max-height: 120px\" /\u003e\n\u003c/div\u003e\n\n# Chakra UI `svelte` 👋\n\n## Build Accessible Svelte Apps with Speed\n\n[![npm version](https://badge.fury.io/js/chakra-ui-svelte.svg)](https://www.npmjs.com/package/chakra-ui-svelte)\n[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](#)\n[![iamelcharitas](https://img.shields.io/twitter/follow/iamelcharitas.svg?style=)](https://twitter.com/iamelcharitas)\n\nChakra UI provides a set of accessible, reusable, and composable Svelte components that make it super easy to create websites and apps.\n\n## Features 🚀\n\n- Ease of Styling: Chakra UI contains a set of layout components like Box and Stack that make it easy to style your components by passing props.\n- Flexible \u0026 composable: Chakra UI components are built to be adaptable and extended.\n- Accessible. Chakra UI components follow the WAI-ARIA guidelines specifications and have the right aria-\\* attributes.\n- Out the box support for Dark Mode 😍: Most components in Chakra UI are dark mode compatible.\n\n## Installation\n\nTo use Chakra UI components, all you need to do is install the `chakra-ui-svelte` package and its peer dependencies:\n\n```sh\n$ yarn add chakra-ui-svelte @emotion/css\n\n# or\n\n$ npm i chakra-ui-svelte @emotion/css\n\n# or\n\n$ pnpm install chakra-ui-svelte @emotion/css\n```\n\n## Usage\n\nTo start using the components, please follow these steps:\n\n- Wrap your application with the `ChakraProvider`\n\n```html\n// page.svelte\n\u003cscript\u003e\n\timport { ChakraProvider } from 'chakra-ui-svelte';\n\timport App from './App.svelte';\n\u003c/script\u003e\n\n\u003cChakraProvider\u003e\n\t\u003cApp /\u003e\n\u003c/ChakraProvider\u003e\n```\n\n- The provider is essential as it injects generated styles into your svelte app.\n\n## Supported Components\n\nThe latest release has the following components\n\n- ChakraProvider - Which should wrap all other components\n- Box - The Basic component upon which every other component is built on\n- Icon\n- Logo\n- Text\n- VisuallyHidden\n- Button\n- IconButton\n- RippleButton\n- Flex\n- Stack\n- HStack\n- VStack\n- Spinner\n- Loader\n\nComplete Documentation would be available soon\n\n## Contributing\n\nFeel like contributing? That's awesome! There's a [contributing guide](./CONTRIBUTING.md) to help guide you.\n\n## Author\n\n👤 **elcharitas**\n\n- Website: https://elcharitas.dev\n- Twitter: [@iamelcharitas](https://twitter.com/iamelcharitas)\n- Github: [@elcharitas](https://github.com/elcharitas)\n- LinkedIn: [@elcharitas](https://linkedin.com/in/elcharitas)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felcharitas%2Fchakra-ui-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felcharitas%2Fchakra-ui-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felcharitas%2Fchakra-ui-svelte/lists"}