Christian Schröter
Christian Schröter
```bash yarn run v1.22.17 $ node -r @swc-node/register index.ts /home/christian/Workspaces/swc-modules/index.ts:141 undefined ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /home/christian/Workspaces/swc-modules/node_modules/pkg-up/index.js from /home/christian/Workspaces/swc-modules/index.ts not supported. Instead change the require of index.js in...
```json "main": "index.js", "types": "register.d.ts", //
This PR allows users to extend the theme with custom conditions for example: ```tsx // 1. Import `extendTheme` import { extendTheme } from "@chakra-ui/react" // 2. Call `extendTheme` and pass...
``` ├─┬ next-seo 5.15.0 │ └── ✕ missing peer next@"^8.1.1-canary.54 || >=9.0.0" ``` Thanks for your awesome library. Found a little nit-pick in your dependency declaration. Shoul be something like...
### Package - [ ] lucide - [ ] lucide-angular - [ ] lucide-flutter - [ ] lucide-preact - [ ] lucide-react - [ ] lucide-react-native - [ ] lucide-solid...
```tsx import { Avatar, useAvatar } from '@ark-ui/react' export const External = () => { const api = useAvatar({ onStatusChange: (e) => console.log('status changed', e) }) return ( PA )...
## Welcome Contributors! Thank you for your interest in contributing to Ark UI! Below is a list of components that are available for implementation. If you're looking to make a...
# Roadmap for Svelte 1.0 ## Basics - [x] Setup Package - [x] Setup Testing - [x] Setup Storybook - [x] Setup Template (svelte-kit) - [ ] Docs ### Core...