kandrelczyk
46af07746c
Feat/class param continued ( #55 )
...
* Add class param to components
* Add class param to all components
* Add class param to all components
* fix: Failed to run the SSR mode
* style: cargo fmt and leptosfmt
---------
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
Co-authored-by: luoxiao <luoxiaozero@163.com>
2023-12-20 13:44:30 +08:00
luoxiaozero
7ac738fb2e
Pref/231219 ( #54 )
...
* demo: AutoComplete add Prefix and Suffix
* pref: cargo clippy
* pref: fmt
2023-12-19 16:26:51 +08:00
luoxiaozero
6c9e0c397f
Feat/date picker ( #53 )
...
* feat: add date picker component
* feat: add date panel
* feat: add month panel
* feat: add month panel logic
* feat: add year panel
* style: date picker component
* feat: optimized date picker style
* fix: nightly mode build
2023-12-18 22:05:11 +08:00
kandrelczyk
d94c8ed4c6
feature: spinner ( #48 )
...
* feature: spinner
* feat: modify the spinner style
---------
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
Co-authored-by: luoxiao <luoxiaozero@163.com>
2023-12-15 17:12:12 +08:00
luoxiaozero
08936c92ff
Feat/input comp ref ( #47 )
...
* feat: input add ComponentRef
* feat: AutoComplete add ComponentRef
* feat: AutoComplete component add prefix and suffix slot
2023-12-15 00:57:23 +08:00
luoxiaozero
5fa0929cbf
fix: class overwrites class when updating signal values ( #46 )
...
* fix: class overwrites class when updating signal values
* fix: class rendering of ssr mode
2023-12-12 20:44:37 +08:00
kandrelczyk
69dd0c5086
feat: slider improvements ( #40 )
...
* feat: slider improvements
* feat: slider improvements
* feat: change the Slider step property to f64
---------
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
Co-authored-by: luoxiao <luoxiaozero@163.com>
Co-authored-by: luoxiaozero <48741584+luoxiaozero@users.noreply.github.com>
2023-12-11 22:35:20 +08:00
kandrelczyk
6ab334cc94
Add class param to first components ( #39 )
...
* Add class param to first components
* fix: auto complete input failed
---------
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
Co-authored-by: luoxiao <luoxiaozero@163.com>
2023-12-11 20:21:47 +08:00
luoxiao
9d1e808627
feat: button add a circle property
2023-12-11 16:33:50 +08:00
luoxiaozero
e9778b6008
Fix/ci nightly ( #45 )
...
* demo: Modify button click
* fix: ci run nightly
* pref: fmt and clippy
2023-12-11 15:44:22 +08:00
luoxiaozero
1fc89b2f14
Feat/time picker ( #44 )
...
* feat: add time picker component
* feat: add time picker component panel
* feat: time picker component panel
* feat: time picker component panel scroll
* fix: time picker component open panel scroll
2023-12-11 11:11:59 +08:00
luoxiao
99e81b9cf1
fix: button component round
2023-12-10 13:55:54 +08:00
luoxiaozero
a0abd12fea
feat: button component add size ( #43 )
2023-12-10 13:54:10 +08:00
luoxiaozero
a61e687d7e
Feat/time library ( #42 )
...
* feat: change the time library to chrono
* fix: calendar demo
2023-12-10 03:22:37 +08:00
luoxiaozero
ae7d881657
Feat/calendar ( #38 )
...
* feat: add calendar component
* feat: calendar component add style
* feat: calendar component add click
* fix(calendar): select other months to display
* fix(calendar): view date operation
2023-12-05 19:24:20 +08:00
luoxiaozero
72de24c445
Feat/button group ( #37 )
...
* feat: solid button click style
* feat: add button group
2023-12-05 16:19:49 +08:00
kandrelczyk
00e42b94a6
Add disabled and invalid statuses to input ( #35 )
...
* Add disabled and invalid statuses to input
* pref: input component theme and style
---------
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
Co-authored-by: luoxiao <luoxiaozero@163.com>
2023-12-04 20:19:47 +08:00
luoxiaozero
d0133191ec
fix: link button style ( #36 )
2023-12-04 17:03:33 +08:00
kandrelczyk
89d2ee158e
Feature/button disabled theme ( #34 )
...
* Proper handling of disabled buttons
* Proper handling of disabled buttons
* Proper handling of disabled buttons
* disabled button - additional theme colors
* disabled button - additional theme colors
---------
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
2023-12-03 22:43:39 +08:00
kandrelczyk
cd70d80795
Proper handling of disabled buttons ( #32 )
...
* Proper handling of disabled buttons
* Proper handling of disabled buttons
* Proper handling of disabled buttons
---------
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
2023-12-03 01:15:03 +08:00
luoxiao
70423fb3ba
feat: menu item add line height
2023-12-02 17:24:16 +08:00
luoxiaozero
5070378e0f
feat: auto complete component add keyboard event ( #31 ) ( closes #28 )
2023-12-02 16:45:53 +08:00
luoxiaozero
601b4d5ccd
fix: nightly Callback conversion problem ( #30 )
2023-11-30 22:35:19 +08:00
luoxiaozero
227a3211ca
feat: Update leptos to v0.5.3 ( #27 )
2023-11-28 15:49:02 +08:00
luoxiaozero
21506b2164
Feat/ssr ( #25 )
...
* feat: add ssr_axum template
* feat: demo added the ssr mode
* fix: demo ssr mode
* feat(ssr): mount_style
* pref: delete some useless fikes
* fix(ssr): problems caused by using wasm_bindgen
* feat: add hydrate
* pref: Demo component
* fix(hydrate): teleport component
* fix(hydrate): hydrate feature
* fix(hydrate): tabs component
* feat: GlobalStyle component margin style
* docs(ssr): static assets
2023-11-24 10:04:54 +08:00
luoxiao
628fd95783
feat: add text component
2023-11-20 21:00:13 +08:00
luoxiao
0140394db7
fix: provide context
2023-11-19 14:06:23 +08:00
luoxiao
58e0cc1365
feat: input component add prefix slot
2023-11-16 20:25:22 +08:00
luoxiao
d13928e97d
feat: The variant property of the progress component is changed to color
2023-11-16 09:06:24 +08:00
luoxiao
ff71eb7929
feat: progress theme
2023-11-15 23:04:12 +08:00
luoxiao
43f8fd77bb
feat: improvement progress
2023-11-15 17:50:16 +08:00
luoxiao
0404b5bf94
fix: the grid property is changed to a non-negative
2023-11-14 20:54:14 +08:00
luoxiao
3fd3e1a7ac
feat: modified button and avatar properties
2023-11-14 16:53:50 +08:00
luoxiao
365a6686cd
feat: modified badge max and variant
2023-11-14 14:45:54 +08:00
luoxiao
2b253fb1e1
fix: the size attribute type of the avatar is non-negative
2023-11-14 14:16:12 +08:00
luoxiao
8c8dde0897
feat: remove mount_style
2023-11-13 16:17:45 +08:00
luoxiao
bd59ef5d47
feat: remove wave and teleport component
2023-11-13 16:17:41 +08:00
luoxiao
46d3502927
fix: features tracing, GridItem span attribute conflict
2023-11-13 11:14:49 +08:00
luoxiao
012646f955
fix: upload component click error
2023-11-13 11:13:11 +08:00
luoxiao
012ab684ba
feat: binder component add width
2023-11-12 02:34:40 +08:00
luoxiao
c57910948f
feat: binder component add placement
2023-11-12 01:58:26 +08:00
luoxiao
f5e6eae558
fix: Teleport component cleanup
2023-11-11 11:49:47 +08:00
luoxiao
7b44974533
feat: binder component add resize listener
2023-11-11 00:38:31 +08:00
luoxiao
6ca2b1de3c
feat: binder component add scroll listener
2023-11-10 17:30:03 +08:00
luoxiao
c54482d020
Merge branch 'main' into feat/binder
2023-11-10 11:05:12 +08:00
luoxiao
6798cf215f
feat: binder
2023-11-09 23:11:30 +08:00
luoxiao
6b9b05b59e
feat: functional optimization
2023-11-09 16:46:14 +08:00
luoxiao
4c16a51d14
feat: upgrade leptos and remove MaybeRwSignal
2023-11-09 14:43:30 +08:00
luoxiao
2f5cbc430e
fix: select component style
2023-11-08 22:05:04 +08:00
luoxiao
d6730d0e23
feat: auto complete component add clear after select
2023-11-08 21:53:49 +08:00