Commit graph

326 commits

Author SHA1 Message Date
luoxiaozero
89ee294040
Demo/231217 (#52)
* fix(demo): tabs demo

* demo: add server sider rendering
2023-12-17 17:37:02 +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
luoxiao
2ea5087273 v0.1.3 2023-12-12 22:29:07 +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
luoxiao
c0f45c4325 feat: add CI workflow 2023-12-08 15:44:22 +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
luoxiao
406b24951d v0.1.2 2023-12-04 22:42:17 +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
luoxiao
a0e87f18f0 demo: buttom component add disabled demo 2023-12-03 23:01:48 +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
luoxiaozero
c8228aa470
fix: update wasm-bindgen (#33) 2023-12-03 00:21:29 +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
luoxiao
985d31bf7d fix: demo build 2023-11-30 00:05:55 +08:00
luoxiaozero
3082fb98f4
feat: update leptos to v0.5.4 (#29) 2023-11-29 21:41:45 +08:00
luoxiaozero
227a3211ca
feat: Update leptos to v0.5.3 (#27) 2023-11-28 15:49:02 +08:00
luoxiao
64b4e64835 pref: remove workflow 2023-11-28 11:21:25 +08:00
luoxiao
254d63e435 v0.1.1 2023-11-27 09:22:14 +08:00
luoxiao
63df6c7524 fix: text component demo 2023-11-24 10:20:23 +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
luoxiaozero
c15e7cf204
Merge pull request #24 from thaw-ui/feat/text
feat: add text component
2023-11-20 21:00:57 +08:00
luoxiao
628fd95783 feat: add text component 2023-11-20 21:00:13 +08:00
luoxiao
6c220939bb v0.1.0 2023-11-19 16:28:06 +08:00
luoxiaozero
787e25cc71
Merge pull request #23 from thaw-ui/docs/theme
fix: provide context
2023-11-19 14:11:47 +08:00
luoxiao
0140394db7 fix: provide context 2023-11-19 14:06:23 +08:00
luoxiaozero
28d50721ba
Merge pull request #22 from thaw-ui/docs/theme
docs: theme
2023-11-17 23:13:07 +08:00
luoxiao
50c71422ae docs: theme 2023-11-17 23:12:31 +08:00
luoxiao
02e56c0f25 v0.1.0-beta4 2023-11-16 20:33:53 +08:00
luoxiaozero
bbb40ed8df
Merge pull request #21 from thaw-ui/feat/input-prefix
feat: input component add prefix slot
2023-11-16 20:26:31 +08:00
luoxiao
58e0cc1365 feat: input component add prefix slot 2023-11-16 20:25:22 +08:00
luoxiaozero
e74923b036
Merge pull request #20 from thaw-ui/docs/demo
Docs/demo
2023-11-16 20:02:33 +08:00
luoxiao
6ad4eec992 gh-pages: page redirection 2023-11-16 14:58:37 +08:00
luoxiao
5c9104d453 pref: fmt and clippy 2023-11-16 12:33:04 +08:00
luoxiao
abbaebbfe5 docs: add props 2023-11-16 10:26:32 +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
294dde8cd4 v0.1.0-beta3 2023-11-15 23:14:12 +08:00
luoxiaozero
7316fb978a
Merge pull request #19 from thaw-ui/docs/demo
Docs/demo
2023-11-15 23:10:55 +08:00