-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# TODO | ||
|
||
## Basic Components | ||
|
||
- `disabled`/`enabled` parameter on all components | ||
- Card (With optional `clickable` parameter) | ||
- Checkout | ||
- [ ] Icon animation on toggle | ||
- TextField | ||
- [ ] Different style. | ||
- [ ] Customizable leading/trailing icon. | ||
- [ ] Optional clear button (With `clearable: Boolean` parameter, and auto trigger `onChange("")`) | ||
- Flyout | ||
- [ ] Noise background | ||
- [ ] Improve enter/exit animation | ||
- Dialog | ||
- [ ] Improve customizability. Provide a lower level Dialog component, and some compound components like `AlertDialog`, `ConfirmDialog`, `PromptDialog` etc. | ||
- Slider | ||
- [ ] Improve performance and smoothness. | ||
|
||
- Layer | ||
- [ ] Eliminate workarounds like `circular`, `cornerRadius` etc. | ||
|
||
## Compound Components | ||
|
||
- Date Picker | ||
- [ ] Calender Date Picker | ||
- [ ] Calender View | ||
- [ ] Date Picker | ||
- [ ] Time Picker | ||
- Navigator | ||
- [ ] Extract as an component (Provide low level components API, and high level declarative-style API?) | ||
- [ ] Provide different style | ||
|
||
## Extend Components | ||
|
||
- [ ] MediaPlayer | ||
- [ ] File Picker ? | ||
|
||
## Gallery | ||
|
||
Imitates the style of WinUI 3 Gallery. | ||
|
||
- [ ] Add Home page. | ||
- [ ] Put components to separate pages. | ||
- [ ] Icons Gallery |