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

add spinner from radix 3.0 #2918

Merged
merged 4 commits into from
Mar 25, 2024
Merged

add spinner from radix 3.0 #2918

merged 4 commits into from
Mar 25, 2024

Conversation

Lendemor
Copy link
Collaborator

Add rx.spinner (spinner is loading by default, use loading prop to control it)

rx.spinner(),
rx.spinner(rx.text("spinner child")),
rx.spinner(rx.text("spinner child"), loading=True),
rx.spinner(rx.text("spinner child"), loading=False),

Add loading prop to rx.button

rx.button("Click me!"),
rx.button("Click me!", loading=True),
rx.button(rx.spinner(), "Bookmark", disabled=True),

Add loading prop to rx.icon_button

rx.icon_button("bookmark"),
rx.icon_button("bookmark", loading=True),

@Lendemor Lendemor changed the base branch from main to radix_3.0 March 25, 2024 14:55
@Lendemor Lendemor merged commit 588e8f1 into radix_3.0 Mar 25, 2024
picklelo pushed a commit that referenced this pull request Apr 24, 2024
* add spinner from radix 3.0

* fix pyi

* fix TextField.Input being removed

* add cb_group, cb_cards, radio_card, skeleton, segmented_control, progress, data_list
picklelo pushed a commit that referenced this pull request Apr 24, 2024
* add spinner from radix 3.0

* fix pyi

* fix TextField.Input being removed

* add cb_group, cb_cards, radio_card, skeleton, segmented_control, progress, data_list
@picklelo picklelo deleted the lendemor/radix_spinner branch August 21, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant