Commit graph

310 commits

Author SHA1 Message Date
luoxiao
c41d177782 refactor: save popover 2024-06-10 22:35:49 +08:00
luoxiao
902da02e30 refactor: table 2024-06-06 10:53:04 +08:00
luoxiao
3a097b166b refactor: skeleton 2024-06-05 22:56:55 +08:00
luoxiao
b17f1400a5 refactor: badge 2024-06-05 17:17:17 +08:00
luoxiao
bd9a419002 fix: tab selected bold style 2024-06-05 11:30:04 +08:00
luoxiao
e8942dc212 refactor: tab 2024-06-05 10:04:34 +08:00
luoxiao
938342ab1f feat: tab select 2024-06-04 23:12:21 +08:00
luoxiao
c7da724cdc refactor: tab 2024-06-04 17:30:40 +08:00
luoxiao
18bfea1731 refactor: spinner 2024-06-04 14:18:15 +08:00
luoxiao
bba3f00657 refactor: breadcrumb 2024-06-04 10:13:37 +08:00
luoxiao
60f67bc56a refactor: image 2024-06-03 22:47:11 +08:00
luoxiao
ab5d17701d refactor: tag 2024-06-03 17:31:59 +08:00
luoxiao
bacda05edc feat: text adds style prop 2024-06-03 16:31:32 +08:00
luoxiao
01df9dfe20 perf: dead code 2024-06-03 11:27:29 +08:00
luoxiao
dd50d450ff refactor: switch 2024-06-03 10:44:51 +08:00
luoxiao
f5c0d2a522 refactor: Slider 2024-05-31 17:12:32 +08:00
luoxiao
add2a0bae3 refactor: Slider 2024-05-30 17:11:24 +08:00
luoxiao
61b937f688 feat: RadioGroup adds name prop 2024-05-24 16:08:18 +08:00
luoxiao
9e6a1220d5 feat: ConfigProvider CSSVars 2024-05-24 10:05:54 +08:00
luoxiao
643a54185c feat: ConfigProvider CSSVars 2024-05-23 17:44:00 +08:00
luoxiao
4aee77908f refactor: checkbox 2024-05-23 16:05:06 +08:00
luoxiao
ae4a69fd15 reactor: radio 2024-05-23 14:48:06 +08:00
luoxiao
97263ec80d feat: SpinButton disabled 2024-05-22 23:17:27 +08:00
luoxiao
7d99f9bd09 feat: SpinButton 2024-05-22 17:28:20 +08:00
luoxiao
be91dcbf6a feat: checkbox checked 2024-05-21 17:25:22 +08:00
luoxiao
ec351e7ba1 feat: checkbox theme 2024-05-20 17:47:09 +08:00
luoxiao
a0db94378a feat: checkbox 2024-05-17 17:34:24 +08:00
luoxiao
f178d7c9ca feat: clear code 2024-05-16 16:18:36 +08:00
luoxiao
7231e0cac1 feat: accordion 2024-05-15 23:03:35 +08:00
luoxiao
eeff259208 feat: text 2024-05-14 17:39:13 +08:00
luoxiao
372941b01d refactor: card 2024-05-14 14:56:48 +08:00
luoxiao
246c509b29 refactor: card 2024-05-13 17:32:45 +08:00
luoxiao
d45f7b908e feat: nav slot 2024-05-11 17:47:33 +08:00
luoxiao
6d42248e76 feat: nav 2024-05-11 15:53:37 +08:00
luoxiao
c6f83aa01d refactor: divider 2024-05-10 23:26:09 +08:00
luoxiao
d00e970a6a refactor: avatar 2024-05-10 21:51:35 +08:00
luoxiao
824ca9c4b1 refactor: input 2024-05-10 15:47:01 +08:00
luoxiao
ed425b90f0 feat: input style 2024-05-09 23:28:08 +08:00
luoxiao
cad7d04691 refactor: remove GlobalStyle 2024-05-08 10:10:48 +08:00
luoxiao
fc4574f29a feat: button disabled 2024-05-06 22:21:17 +08:00
luoxiao
4017606b18 feat: button shape 2024-05-06 17:28:47 +08:00
luoxiao
b6b7df0a05 feat: component theme 2024-05-03 00:32:12 +08:00
luoxiao
9ab8367c21 refactor: button appearance 2024-05-01 20:26:17 +08:00
luoxiao
9706360bad v0.3.1 2024-04-27 20:58:49 +08:00
luoxiao
4f7dd0f6e4 pref: Select height 2024-04-24 13:36:37 +08:00
luoxiao
983e85728a fix: Icon inline-block 2024-04-24 13:36:37 +08:00
luoxiaozero
bc8c326c91
fix: TimePicker scroll problem (#180) 2024-04-23 15:56:18 +08:00
Ari Seyhun
10a8aa402a
fix: button font size styling (#178) 2024-04-23 15:30:25 +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