svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.3k stars 62 forks source link

Added Result view #317

Closed mineofcode closed 1 year ago

mineofcode commented 1 year ago

New Result view component Added

mineofcode commented 1 year ago
image image image image
BeeMargarida commented 1 year ago

Hum, this component is really specific, I'm not sure we want this component in specific. I'm gonna leave this parked while we discuss this

mineofcode commented 1 year ago

Hum, this component is really specific, I'm not sure we want this component in specific. I'm gonna leave this parked while we discuss this

It is very useful. One of my project I used this. You can show this on model for any operation status. Again it is your call.

Brisklemonade commented 1 year ago

The code is very clean I like that. I feel as though this component is very niche though. What are some practical uses for it?

mineofcode commented 1 year ago

The code is very clean I like that. I feel as though this component is very niche though. What are some practical uses for it?

This is result component. When important operations need to inform the user to process the results and the feedback is more complicated. It's out of the box we are providing in toolbox.

khalibloo commented 1 year ago

AntD has a similar component https://ant.design/components/result?theme=dark I think it's nice to have. But really, it's very easy to put this together from existing components, even without specifically making a component for it in the library.

BeeMargarida commented 1 year ago

I'm gonna close this for now, it's not a priority.