Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(Feedback): add component binding for feedback #16

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

Merged
r17x merged 6 commits into next from feat/feedback
Oct 3, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(Feedback): add binding for CircularProgress and CircularProgress...
...Label
  • Loading branch information
r17x committed Oct 3, 2021
commit 64d3b07229fc83a2d8ea30e65e5aa2df1cd7d8fe
5 changes: 4 additions & 1 deletion README.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,16 @@ All of Style Props implementation is write in File:[Chakra\_\_MakeProps.res](htt
### Feedback

- [ ] Alert
- [ ] Circular Progress
- [x] Circular Progress
- [x] Circular Progress Label
- [x] Progress
- [x] Skeleton
- [x] SkeletonText
- [x] SkeletonCircle
- [x] Spinner
- [x] Toast
- [x] useToast
- [x] createStandaloneToast

### Typography

Expand Down
3 changes: 2 additions & 1 deletion src/Chakra.res
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ module Kbd = Chakra__Kbd
// ### Feedback
// TODO Feedback
// module Alert = Chakra__Alert;
// module Circular Progress = Chakra__Progress;
module CircularProgress = Chakra__CircularProgress
module CircularProgressLabel = Chakra__CircularProgressLabel
module Progress = Chakra__Progress
module Skeleton = Chakra__Skeleton
module SkeletonCircle = Chakra__SkeletonCircle
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /