Commit graph

48 commits

Author SHA1 Message Date
Jim Calabro
7473a0be12
Fix Typo in guide.md (#183)
* Fix Typo in guide.md

* reduce diff
2024-04-26 10:25:06 +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
b9c6b1ce1e feat: Drawer content scroll 2024-04-09 08:34:11 +08:00
luoxiao
d5410375bb feat: Drawer adds mask_closeable and close_on_esc prop 2024-04-09 08:34:11 +08:00
luoxiao
8a6e0ee787 feat: Layout scrollbar 2024-04-05 23:51:03 +08:00
luoxiao
a1a301a765 feat: Scrollbar adds content_class and content_style prop 2024-04-05 23:51:03 +08:00
Yota
69ddf6b02f feat: Add min/max props into InputNumber (#153)
* feat: Add min/max props into InputNumber

Adding range into InputNumber component with min/max props

* refactor: InputNumber component

* docs: Add Min / Max section into InputNumber

* docs: Improvement InputNumber

- Change min/max insertion position.
- Change the crate that is added to T impl for conciseness.
- Uniformity of expression: maximum for minimum.
2024-04-05 23:51:03 +08:00
luoxiao
6088447e21 feat: Modal adds close_on_esc prop 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
c8e74113ba
Docs 240321 (#149)
* refactor: docs file path

* feat: docs Demo show code
2024-03-21 16:39:15 +08:00
luoxiaozero
dc1f9842a2
feat: Tag adds align and justify prop (#139) 2024-03-17 11:40:20 +08:00
luoxiaozero
12273fc7c4
feat: AutoComplete adds blur_after_select prop (#140) 2024-03-15 23:50:39 +08:00
luoxiaozero
f996a3b4ea
feat: Tag adds closable and on_close prop (#137) 2024-03-14 22:43:00 +08:00
luoxiaozero
c945363168
docs: add development guide (#136) 2024-03-14 20:16:09 +08:00
luoxiaozero
c782fcd853
Feat/button block (#135)
* feat: Button adds class block prop

* feat: ButtonGroup adds class prop
2024-03-13 13:41:48 +08:00
luoxiaozero
9789d4281f
feat: Button icon property supports the signal (#132) 2024-03-07 15:17:26 +08:00
luoxiaozero
a44d0a9c38
Feat/progress circle (#124)
* feat: Adds ProgressCircle component

* feat: ProgressCircle adds children prop

* feat: ProgressCircle adds class and size prop
2024-02-27 22:06:12 +08:00
luoxiaozero
5c86e996f9
docs: Modal Binder CSSTransition (#122) 2024-02-26 21:56:29 +08:00
luoxiaozero
4690b8d95d
feat: Adds RadioGroup component (#117)
* feat: Adds RadioGroup component

* fix: RadioItem select
2024-02-25 17:13:13 +08:00
luoxiaozero
4779eb2d24
fix: Modal nightly (#119) 2024-02-25 01:15:18 +08:00
luoxiaozero
7c01e7e56d
fix: Drawer cannot be closed when the placement is changed (#115) 2024-02-24 13:03:16 +08:00
Kirill Zaborsky
1dbe00b5af
feat: allow free input in AutoComplete (#107) 2024-02-22 15:38:30 +08:00
luoxiaozero
396e654f0b docs: update (#99) 2024-02-09 22:47:46 +08:00
luoxiao
6697225ded feat: remove re-export of chrono 2024-02-09 22:47:46 +08:00
luoxiaozero
60eb4dbb56 feat: rewrite color (#98) 2024-02-09 22:47:46 +08:00
luoxiaozero
70553b8069 Feat/drawer transition (#97)
* feat: drawer adds CSSTransition

* fix: drawer scrollbar
2024-02-09 22:47:46 +08:00
luoxiao
e361d86c4b feat: drawer adds mount prop 2024-02-09 22:47:46 +08:00
luoxiao
40e0e51444 feat: Checkbox children can be empty 2024-02-09 22:47:46 +08:00
luoxiao
b44ba4f143 feat: ButtonVariant Solid is changed to Outlined 2024-02-09 22:47:46 +08:00
luoxiao
9817acdcfa feat: update dependencies and update leptos to v0.6.0-rc1 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
a2da6b4a59
feat: custom tab label (#91) 2024-01-25 22:18:33 +08:00
luoxiaozero
93b75b2082
feature: closable messages and message position (#90)
* feature: closable messages and message position

* all positions

* move close button

* review changes

---------

Co-authored-by: Cristobal Andrada <kandrelczyk@gmail.com>
2024-01-22 21:14:55 +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
559add3a3c
feat: add TextArea component (#77) 2024-01-12 11:17:04 +08:00
luoxiaozero
1b1aed9aaa
feat: collapse add theme (#74) 2024-01-09 22:56:38 +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
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
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