luoxiao
25ee256f7f
fix: build gh-pages
2024-01-16 23:17:35 +08:00
kandrelczyk
de8b2887b6
feature: add support for complex NavBar elements ( #81 )
...
* feature: add support for complex NavBar elements
* pref: nav bar slot
* feature: add support for complex NavBar elements
---------
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
Co-authored-by: luoxiao <luoxiaozero@163.com>
2024-01-16 22:22:33 +08:00
luoxiaozero
e33c7667d0
Update README.md
2024-01-16 14:37:45 +08:00
luoxiaozero
977a3daec4
fix: checkbox item adds tracking value changes ( #80 )
2024-01-12 20:43:45 +08:00
luoxiaozero
559add3a3c
feat: add TextArea component ( #77 )
2024-01-12 11:17:04 +08:00
luoxiaozero
4aeab59e6f
Feat/css transition ( #75 )
...
* feat: add CSSTransition component
* fix: CSSTransition transitionend
* feat: collapse item style
* fix: CSSTransition display
2024-01-11 11:00:39 +08:00
luoxiao
8dde51c4a5
v0.1.7
2024-01-09 23:30:09 +08:00
luoxiaozero
1b1aed9aaa
feat: collapse add theme ( #74 )
2024-01-09 22:56:38 +08:00
luoxiao
99d61bc1f4
fix: drawer style
2024-01-09 16:43:48 +08:00
luoxiaozero
adcc0b6a54
Feat/collapse ( #73 )
...
* feat: add collapse component
* feat: collapse adds accordion prop
* fix(workflow): ci stable-cargo-leptos
2024-01-09 14:32:13 +08:00
luoxiao
1f889591ed
chore: add workflow
2024-01-08 14:21:08 +08:00
luoxiaozero
9eda9757d3
Feat/drawer ( #71 )
...
* feat: add drawer component
* feat: drawer style
* fix(demo): nightly Callback
2024-01-07 19:20:08 +08:00
luoxiaozero
74e5491d3d
feat: InputNumber adds ComponentRef ( #70 )
2024-01-06 23:51:23 +08:00
luoxiaozero
5cce9afcb9
demo: adaptive mobile ( #68 )
...
* demo: adaptive mobile
* fix: demo callback
2024-01-04 23:32:58 +08:00
luoxiaozero
3684f5961b
demo: refactor docs ( #67 )
...
* demo: refactor docs
* demo: refactor docs
* demo: refactor guide docs
* chore: workflow add listens to the demo_markdown
* demo: refactor mobile docs
2024-01-03 20:52:56 +08:00
luoxiao
823903b63d
fix: workflows
2024-01-02 21:30:34 +08:00
luoxiao
c40d1006c9
v0.1.6
2024-01-02 21:26:36 +08:00
luoxiaozero
e929ade762
demo: refactor docs ( #66 )
2024-01-02 21:08:21 +08:00
luoxiaozero
789ea6772a
feat: input and related components add attrs ( #65 )
2024-01-02 11:23:55 +08:00
luoxiaozero
1e4832a6d0
refactor demo docs ( #64 )
...
* demo: refactor docs
* demo: refactor docs
* demo: refactor docs
* demo: refactor docs
2023-12-31 23:33:05 +08:00
luoxiaozero
9c6c5aed9b
refactor: thaw directory ( #62 )
2023-12-30 17:29:44 +08:00
luoxiaozero
3df65a4e26
Demo/markdown ( #61 )
...
* demo: init demo-markdown
* demo: add include_md macro
* demo: improve include_md macro
* demo: improve include_md macro
* demo: improve include_md macro
* demo: improve code block
* demo: add syntect css
* demo: improve include_md macro
* demo: include_md handle table
2023-12-30 14:45:16 +08:00
luoxiao
2cd308fadf
v0.1.5
2023-12-26 23:26:18 +08:00
luoxiao
f42acc2612
fix: layout class
2023-12-25 21:35:28 +08:00
luoxiaozero
c9db5b3dd4
feat: add class param to layout component ( #60 )
2023-12-25 21:28:52 +08:00
luoxiaozero
3b63be026e
feat: change to PopoverTrigger class ( #59 )
2023-12-23 13:28:50 +08:00
luoxiaozero
5ab09bb281
Pref/class ( #58 )
...
* feat: add class_list macro
* fix: ssr mode class_list
* pref: replace with class_list
2023-12-23 12:25:54 +08:00
luoxiao
0b69e94181
style: add leptosfmt.toml
2023-12-23 12:24:04 +08:00
kandrelczyk
fb06227fd8
Add class param to date picker ( #56 )
...
Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
2023-12-21 13:35:15 +08:00
luoxiaozero
62ce434774
Feat/popover ( #57 )
...
* feat: add popover component
* feat: popover component placement
* feat: popover add style
* feat: popover placement
* feat: popover add click trigger
2023-12-21 13:31:17 +08:00
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
luoxiao
1f074d4222
v0.1.4
2023-12-19 16:49:46 +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
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