luoxiao
9ab8367c21
refactor: button appearance
2024-05-01 20:26:17 +08:00
luoxiaozero
bc8c326c91
fix: TimePicker scroll problem ( #180 )
2024-04-23 15:56:18 +08:00
Ari Seyhun
324bc57e42
feat: Add support for multiple options in Select ( #166 )
...
* feat!: Add support for multiple options in Select
* feat: Sync Select menu when value is updated
* feat: Decrease line height of multi select items
* fix: Invalid callback on multiselect tag close
* feat: Sync Select menu only for multiple values
* feat: separate `MultiSelect` from `Select` component
* fix: SelectLabel slot implementation
* feat: rename `MultiSelect` to `SelectMulti`
* feat: rename and move `MultiSelect`
* feat: add arrow to select component
* feat: lower opacity of select dropdown arrow icon
* fix: inconsistent select font size
* fix: select menu font size
* feat: add clear button to multi select
* fix: Multi select icon on click attribute
* feat: use inline-block for select component
* feat: detect select min width based on options
* feat: add `allow_clear` prop to `MultiSelect`
* feat: remove select min width detection
* feat: use `Children` for `SelectLabel`
* feat: rename `allow_clear` to `clearable`
* fix: follower min width
* feat: remove inline-block from `Select`
2024-04-23 09:41:01 +08:00
luoxiaozero
f75b38f97d
Feat/anchor ( #170 )
...
* feat: Add Anchor component
* feat: Anchor collection Link
* feat: Anchor scroll view
* feat: Demo adds Toc
* fix: GuideDemo Toc
* feat: Anchor scroll
* feat: Anchor offset target
2024-04-19 14:42:30 +08:00
luoxiaozero
1b0f664dc7
Feat/back top ( #169 )
...
* feat: thaw_utils adds get_scroll_parent
* feat: add BackTop
* feat: BackTop scroll
2024-04-16 23:00:01 +08:00
luoxiaozero
b4446aba98
feat: Popover adds tooltip prop ( #164 )
2024-04-13 18:49:30 +08:00
luoxiao
449d927c3a
fix(demo): style
2024-04-05 23:53:46 +08:00
luoxiao
8a6e0ee787
feat: Layout scrollbar
2024-04-05 23:51:03 +08:00
luoxiaozero
8233ca6c6e
Feat/scrollbar ( #158 )
...
* feat: add scrollbar component
* feat: Scrollbar adds class and style prop
* feat: Scrollbar theme
* feat: Scrollbar click scroll
* feat: Scrollbar adds scroll horizontally
2024-04-05 23:51:03 +08:00
luoxiaozero
6cc68ba398
fix: Demo switch version ( #155 )
2024-03-29 16:49:07 +08:00
luoxiaozero
c3fdf5fcb0
feat: Demo switch version ( #152 )
2024-03-22 17:22:53 +08:00
luoxiaozero
c8e74113ba
Docs 240321 ( #149 )
...
* refactor: docs file path
* feat: docs Demo show code
2024-03-21 16:39:15 +08:00
luoxiaozero
236914cf61
fix: icon rendering problem in ssr mode ( #148 )
2024-03-20 15:56:52 +08:00
luoxiaozero
12273fc7c4
feat: AutoComplete adds blur_after_select prop ( #140 )
2024-03-15 23:50:39 +08:00
luoxiaozero
c945363168
docs: add development guide ( #136 )
2024-03-14 20:16:09 +08:00
luoxiaozero
7c01e7e56d
fix: Drawer cannot be closed when the placement is changed ( #115 )
2024-02-24 13:03:16 +08:00
luoxiao
439361eb98
feat: change icondata to icondata_core
2024-02-09 22:47:46 +08:00
luoxiao
9c7c24b102
feat: rewrite code component
2024-02-09 22:47:46 +08:00
luoxiao
24df111b4b
feat: sync upstream Icon
2024-02-09 22:47:46 +08:00
Yota
3ea0afa7af
Update icondata ( #82 )
...
* Update icondata
* merge upstream
* feat: update icondata
---------
Co-authored-by: luoxiaozero <48741584+luoxiaozero@users.noreply.github.com>
Co-authored-by: luoxiao <luoxiaozero@163.com>
2024-02-09 22:47:46 +08:00
luoxiaozero
b75c9c9ab3
Chore/vercel ( #86 )
...
* demo: add vercel
* demo: config
* chore: demo workflow
2024-01-17 16:53:28 +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
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
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
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
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
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
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
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
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
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
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