svelte
👋Chakra UI provides a set of accessible, reusable, and composable Svelte components that make it super easy to create websites and apps.
To use Chakra UI components, all you need to do is install the chakra-ui-svelte
package and its peer dependencies:
$ yarn add chakra-ui-svelte @emotion/css
# or
$ npm i chakra-ui-svelte @emotion/css
# or
$ pnpm install chakra-ui-svelte @emotion/css
To start using the components, please follow these steps:
ChakraProvider
// page.svelte
<script>
import { ChakraProvider } from 'chakra-ui-svelte';
import App from './App.svelte';
</script>
<ChakraProvider>
<App />
</ChakraProvider>
The latest release has the following components
Complete Documentation would be available soon
Feel like contributing? That's awesome! There's a contributing guide to help guide you.
👤 elcharitas
Give a ⭐️ if this project helped you!