-
Notifications
You must be signed in to change notification settings - Fork 47
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
π feat(button): add prop loading #705
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
429b733
feat(button): add loading struture
matheushdsbr ca340ef
feat(button): add button loading component
matheushdsbr 46b09b1
doc(button): add button loading doc
matheushdsbr a616010
feat(button): add outline and icon button
matheushdsbr 8a74705
feat(button): add spinner
matheushdsbr 55911ce
feat(button-loading): adjust spinner
matheushdsbr c725e65
doc(button-loading): update doc
matheushdsbr 967ba9e
refactor(button-loading): remove button-icon variant
matheushdsbr a144fa9
test(button-loading): add tests
matheushdsbr 4e521f0
test(button-loading): update snapshot
matheushdsbr 270ed60
feat(button-loading): add ref
matheushdsbr b651eb3
test(button): update snapshot and add tests to isLoading prop
matheushdsbr 52d6556
refactor(button-loading): remove button loading
matheushdsbr 44ac7f8
feat(button): add isLoading prop
matheushdsbr 9e35cbe
style(button): add isLoading prop to style svg when disabled
matheushdsbr fb9ff2e
docs(button): add loading section
matheushdsbr 22f2dc3
refactor(button): adjust prop isLoading and structures, add aria-labeβ¦
matheushdsbr cf53f65
docs(button): add inverted button and loading prop
matheushdsbr 61b6cad
test(button): add tests to prop loading
matheushdsbr 47c6ce2
refactor(button): adjust position relative when loading is true
matheushdsbr b86d823
test(button): update snapshot
matheushdsbr 3449f6e
feat(button): add ref
matheushdsbr 118962e
refactor(button): remove button loading mdx file
matheushdsbr f9b8c0d
refactor(button): refactor remove isLoading props to button.link and β¦
matheushdsbr 9da1fd0
docs(button): update button loading example
matheushdsbr 62f81d1
refactor(button): refactor struture to loading button prop and styles
matheushdsbr 8098a29
test(button): update snapshots
matheushdsbr 479900c
refactor(button-loading): adjust SpinnerContainer render
matheushdsbr abb514f
refactor(button-loading): add SpinnerContainer outside button functioβ¦
matheushdsbr a4f5cf6
fix(button-loading): update snapshot
matheushdsbr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π