Alberto
Alberto
@mohammedzamakhan This is just a basic implementation that _maybe covers all the states_, you should be able to test this and refactor it for your usecase. ```typescript export function DatePickerDemo()...
@shadcn I've implemented a basic card grid in [this](https://github.com/shadcn/ui/compare/main...albbus-stack:ui:main) commit, the result is not great but it's a start. All the components are still interactable and each of one of...
@UmbrellaCrow612 Yeah probably images are for the best. I do think that with a little bit of work on some demo widgets for this page specifically (i.e. shrinking the ones...
Tidied up some widgets to make a more uniform grid in the [latest](https://github.com/shadcn/ui/compare/main...albbus-stack:ui:main) commit. Here are the results:  ![FireShot Capture 042 - shadcn_ui...
@hdwatts This is a bug that affects Tamagui so we should track your issue https://github.com/tamagui/tamagui/issues/1718 and https://github.com/tamagui/tamagui/issues/1319. **The real bug for t4-app is that the bottom sheet doesn't change color**...
@doruksahin I've created a new branch in my fork in which I removed tamagui and added tailwind. It doesn't work and it throws a different error: ``` nextjs:build: D:\CUA\node_modules\react-native\index.js:14 nextjs:build:...
I can't test these changes right now, but they look good from the code. Even if CUA is deprecated is still a great thing to contribute and keep the existing...
Thanks for the interest, that's a really nice idea! I think that the only thing that's necessary is the static export for the sveltekit project (`@sveltejs/adapter-static`) to sync with the...
> did you look into similar stacks for a solution, this https://github.com/ak4zh/sveltekit-capacitor-tailwindcss-supabase has adapter-static installed/configured also https://github.com/jepiqueau/vite-sveltekit-capacitor-sqlite and https://github.com/crewdevio/svelte-native can be a start point as are very recent About UI...
https://github.com/crewdevio/svelte-native looks really good for this!