Lacy Morrow
Lacy Morrow
``` webPreferences = { webSecurity: false } ``` solves this issue.
Hello again @sytolk ! To be clear, I'm against this change, I just wanted to provide a solution for the original issue. I don't think folks should be encouraged to...
JSX works just fine out of the box, you don't have to use TS.
Those would be loaded at runtime, so those static files either have incorrect paths (when running in prod mode) or need to be served by the `electron-serve` during runtime.
There are a few components built around other libraries, like the command component, but there are definitely overlaps in functionality (granted, the sonner component is nicer than the original toast)....
Sonner has been added to shadcn, this can be closed.
I believe this is a duplicate of #667 . For what it's worth, I build my own mostly but the best suggestions were: - The example music app (used in...
@gaofubin I mentioned yours in the post, and in fact used your code a bit to create my own, similar. some tweaks to add`text-overflow: ellipsis;` basically. https://github.com/shadcn-ui/ui/assets/1311301/32a765f4-9658-4457-94ac-6bdb6c6da5b5
I may not be of much help as I’m spread a little thin at the moment, but could you describe what you want in a little more detail?
[Archive.zip](https://github.com/shadcn-ui/ui/files/13757472/Archive.zip) Here is my tweaked version of @gaofubin 's component. ```ts export const nav: NavItem[] = [ { title: "Home", icon: LightningBoltIcon, href: '/', color: "text-sky-500", }, { title: "Programs",...