Commit graph

654 commits

Author SHA1 Message Date
luoxiao
ca13969a01 feat: optimize Toast component 2024-07-11 17:37:21 +08:00
luoxiao
8b122d0986 fix: Icon attr 2024-07-10 17:26:00 +08:00
luoxiao
f33c012364 feat(leptos-v0.7): Drawer 2024-07-10 16:37:38 +08:00
luoxiao
58b7eb35aa feat(leptos-v0.7): error 2024-07-10 16:37:38 +08:00
luoxiao
4262493f61 feat(lepots-v0.7): Binder 2024-07-10 16:37:38 +08:00
luoxiao
54b23447ee feat(leptos-v0.7): error 2024-07-10 16:37:38 +08:00
luoxiao
8ccef81e44 feat(lepots-v0.7): CSSTransition and ClassList 2024-07-10 16:37:38 +08:00
luoxiao
918d924342 feat(leptos-v0.7): ClassList 2024-07-10 16:37:38 +08:00
luoxiao
d1909554c4 feat(leptos-v0.7): demo 2024-07-10 16:37:38 +08:00
luoxiao
27e4e7ebfd feat(leptos-v0.7): demo 2024-07-10 16:37:38 +08:00
luoxiao
9557637496 feat(lepots-v0.7): demo component 2024-07-10 16:37:38 +08:00
luoxiao
5188f95704 feat(lepots-v0.7): demo Guide page 2024-07-10 16:37:38 +08:00
luoxiao
74be938fbc feat(lepots-v0.7): demo Home page 2024-07-10 16:37:38 +08:00
luoxiao
48b62a4d07 feat(lepots-v0.7): demo 2024-07-10 16:37:38 +08:00
luoxiao
41c5a2ea89 feat(lepots-v0.7): thaw 2024-07-10 16:37:38 +08:00
luoxiao
d90ee99367 feat: leptos-v0.7 2024-07-10 16:37:38 +08:00
luoxiao
5e56d33f34 feat: leptos-v0.7 2024-07-10 16:37:38 +08:00
luoxiao
3153f2c0cb feat: leptos-v0.7 2024-07-10 16:37:38 +08:00
luoxiao
5f74f5914e feat(lepots-v0.7): thaw_components 2024-07-10 16:37:38 +08:00
luoxiao
3bfdac9e44 refactor(leptos-v0.7): thaw_components 2024-07-10 16:37:38 +08:00
luoxiao
6b7f689b87 thaw_utils: upgrade leptosv0.7 2024-07-10 16:37:38 +08:00
luoxiao
51c2d24242 save 2024-07-10 16:37:38 +08:00
luoxiao
f152a19322 thaw_components: upgrade leptosv0.7 2024-07-10 16:37:38 +08:00
luoxiao
42d76917d0 thaw_utils: upgrade leptosv0.7 2024-07-10 16:37:38 +08:00
luoxiao
99f585440b save 2024-07-10 16:37:38 +08:00
luoxiaozero
68f81a04eb
fix: use_lock_html_scroll (#215) 2024-07-10 16:34:46 +08:00
luoxiao
c57748f9ea feat: optimize Toast component 2024-07-03 17:27:29 +08:00
luoxiao
82e6f68018 feat: adds Toast component 2024-07-02 17:20:58 +08:00
kandrelczyk
d11ca9d267
Thaw/fluent demo fixes (#211)
* fluent demo fixes

* fluent demo fixes

* fix message bar demo page

* fix table layout

* fix table layout

* feat: optimize AutoCompleteOption component

---------

Co-authored-by: luoxiao <luoxiaozero@163.com>
2024-07-02 15:18:40 +08:00
luoxiao
58c3905ed3 feat: Combobox adds selected_options prop 2024-07-01 16:32:28 +08:00
mmannes
089b3a024d
Added parser and formatter props to input and input_number components (#209)
* Added parser and formatter properties to input and input_number components

* Implemented copy trait for OptionalProp

* InputNumber's formatter and parser using its generic type

* Fixed InputNumber's docs
2024-07-01 09:32:52 +08:00
luoxiao
f08956586e refactor: Drawer 2024-06-29 18:32:40 +08:00
luoxiao
7eb81f32ae refactor: Drawer 2024-06-28 17:23:24 +08:00
luoxiao
568e629377 refactor: Modal 2024-06-28 15:54:20 +08:00
luoxiao
b52d826073 refactor: remove ThemeProvider 2024-06-28 11:17:21 +08:00
luoxiao
be74dc584e refactor: Progress 2024-06-28 10:48:40 +08:00
luoxiao
de58ed680b refactor: Anchor 2024-06-27 22:54:07 +08:00
luoxiao
348cc76c80 feat: adds MessageBar component 2024-06-27 22:28:10 +08:00
luoxiao
b992a3eda7 refactor: remove Select 2024-06-27 20:28:55 +08:00
luoxiao
f6d534220e feat: Combobox adds clearable prop 2024-06-27 17:31:52 +08:00
luoxiao
c7be391441 feat: adds Combobox component 2024-06-27 14:51:36 +08:00
luoxiao
25b5485395 refactor: Scrollbar 2024-06-27 00:15:45 +08:00
luoxiao
e52741cf20 refactor: Calendar 2024-06-26 23:24:43 +08:00
luoxiao
acf0d85539 refactor: BackTop 2024-06-26 22:53:44 +08:00
luoxiao
7c431f66b5 refactor: mobile component 2024-06-26 22:32:13 +08:00
luoxiao
137bb5263c refactor: Loadingbar 2024-06-26 22:28:08 +08:00
luoxiao
75a926e6b2 pref: nav 2024-06-26 22:12:28 +08:00
luoxiao
4bda29d741 refactor: Upload 2024-06-26 22:10:57 +08:00
kandrelczyk
7685e99c8b
Feature/dropdown (#210)
* dropdown with icon

* dropdown demo page

* on_select instaed of on_click

* code review fixes
2024-06-26 21:06:18 +08:00
luoxiao
425bc43270 refactor: TimePicker 2024-06-25 23:42:53 +08:00