Christopher Caldwell

Results 7 issues of Christopher Caldwell

#### Description Any plans to add types through the types registry or bundled with the library?

Admittedly, I don't have a ton of experience with Tailwind, so I am not sure if this is on them or with Tremor, but importing Tremor's CSS styles globally the...

bug
feedback
design
released on @beta

Although the docs do have a walkthrough on how to create the dashboard from the demo site, it would be cool if I could just download or clone it, whatever...

documentation
enhancement
feedback

I'm trying to put together a query where the alias is "deep", but am getting runtime errors. TS checks out because it's type is `object`. ```typescript import { query as...

## Question I'd like to be able to get a type / interface from an object type, similar to the way [Zod](https://zod.dev/?id=type-inference) does it. Zod is quite heavy, and I...

enhancement

All the examples I can find using this are only using one function. Are there any examples using many functions, with TypeScript, Webpack, ESBuild, etc? ## Issues There's some questions...