davidhu2000 / react-spinners

A collection of loading spinner components for react
https://www.davidhu.io/react-spinners
MIT License
3k stars 260 forks source link

FaderLoader does not have feature to resize. #560

Open nartuo1997 opened 1 year ago

nartuo1997 commented 1 year ago
Screen Shot 2023-01-18 at 11 55 00 AM

Suggestion:

davidhu2000 commented 1 year ago
Screen Shot 2023-01-18 at 7 29 01 PM

is this what you're trying to achieve? looks like you need to adjust the margin prop to do that.

The APi is a bit confusing, so I will have to add some documentation.

Hanggi commented 5 months ago

I met the same issue, there is no size attribute on FadeLoader.

When I need to put the FadeLoader in to a 24px height button, it's overflowed

jcjp commented 1 month ago

Have you guys found a way to resize the FadeLoader?