Daniele Luisetto

Results 141 comments of Daniele Luisetto

Yes, at the moment they're not available. We're working to bring it back as soon as possible.

@GuiLucas I just made a PR (#768) that brings back the full manual installation for both `Form` and `Toast` components.

Hey, I recently made this [turborepo-starter](https://github.com/dan5py/turborepo-shadcn-ui) with shadcn-ui pre-configured. Check it out and let me know if you find any issues.

#717 fixed the icon issue. I made this #743 to fix the text alignment (updated to latest version).

We need more info too understand your problem, can you provide a working example were the problem occurs?

You imported the whole tailwind theme as `fontFamily`. Change this line: ```typescript import fontFamily from "tailwindcss/defaultTheme"; ``` To this: ```typescript import { fontFamily } from "tailwindcss/defaultTheme"; ``` This imports only...

The default `tailwind.config` file is written in JavaScript so that problem never showed up. However you're right keyframes require `string` values in the tailwind.config.ts. I'll submit a PR to solve...

Previously this [template](https://github.com/shadcn/next-template) by @shadcn was being used. However the ui installation in that template hasn't been updated yet, so the default create next-app is being used for now.