Robin Goetz

Results 110 comments of Robin Goetz

We actually have something similar. It's called a multi-toggle-group. You can check it out here: https://github.com/goetzrobin/spartan/blob/58c1b34328a5f2528890768d3d30a7d222ea7b29/libs/ui/toggle/toggle.stories.ts#L127 Is this what you're looking for?

There's a component called Combobox, which I believe is what you're looking for. Currently it's built on top of the command component but we are looking to move everything on...

Interesting. What are you thinking?

Absolutely @SantosDylan! Go for it!

After reviewing this I think my absolute favorite would be this. And inside hlm-radio we allow you access to the label classes and styles. ```html Card ... ``` And then...

@marcjulian just getting back to this. Were you able to get this to work? Anything I can do to help

@marcjulian that works for me. I was also going to take a crack at it, but if you already started we can combine efforts!

@lcatania I do think that's a very valid point! While that's the origin of the project I think a default vendor lock in is too much!

Here is what I am thinking right now about how the flow should be: 1. Create Nx workspace 2. Configure AnalogJs with Tailwind 3. Add spartan tRPC (not sure if...

@DominikPieper here is a good example of what I want the spartan stack to be like from the NextJs community: https://kirimase.dev