Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hostess_loader #120

Closed
joshuajdthompson opened this issue Apr 15, 2022 · 4 comments
Closed

hostess_loader #120

joshuajdthompson opened this issue Apr 15, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@joshuajdthompson
Copy link

Just noticed that the hostess_loader preset "bubble" does not work. It defaults to "circle".

@joshuajdthompson
Copy link
Author

was there any resolution on this? I can't seem to get the bubble to show:

hostess_loader(
                   "loader", 
                   preset = "bubble",
                   stroke_color = "#0c7444",
                   text_color = "black",
                   class = "label-center",
                   center_page = TRUE
                 )

@JohnCoene JohnCoene added the bug Something isn't working label May 21, 2022
@JohnCoene
Copy link
Owner

Sorry, pushed a fix

@joshuajdthompson
Copy link
Author

This still does not work for me.

@khammami
Copy link

khammami commented Jul 8, 2023

Hi @joshuajdthompson

You need to add progress_type="fill" otherwise it will take stroke by default that explain why you get a circle instead.

waiterShowOnLoad(
      color = "#f7fff7",
      hostess_loader(
        "loader", 
        preset = "bubble", 
        text_color = "black",
        class = "label-center",
        progress_type = "fill",
        center_page = TRUE
      )
    )

it need to be added in docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants