luoxiao
|
348cc76c80
|
feat: adds MessageBar component
|
2024-06-27 22:28:10 +08:00 |
|
luoxiao
|
b992a3eda7
|
refactor: remove Select
|
2024-06-27 20:28:55 +08:00 |
|
luoxiao
|
c7be391441
|
feat: adds Combobox component
|
2024-06-27 14:51:36 +08:00 |
|
luoxiao
|
7c431f66b5
|
refactor: mobile component
|
2024-06-26 22:32:13 +08:00 |
|
luoxiao
|
0bf842536f
|
refactor: Textarea
|
2024-06-23 23:33:09 +08:00 |
|
luoxiao
|
e8942dc212
|
refactor: tab
|
2024-06-05 10:04:34 +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
|
9e6a1220d5
|
feat: ConfigProvider CSSVars
|
2024-05-24 10:05:54 +08:00 |
|
luoxiao
|
7d99f9bd09
|
feat: SpinButton
|
2024-05-22 17:28:20 +08:00 |
|
luoxiao
|
7231e0cac1
|
feat: accordion
|
2024-05-15 23:03:35 +08:00 |
|
luoxiao
|
cad7d04691
|
refactor: remove GlobalStyle
|
2024-05-08 10:10:48 +08:00 |
|
luoxiao
|
9ab8367c21
|
refactor: button appearance
|
2024-05-01 20:26:17 +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
|
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
|
c945363168
|
docs: add development guide (#136)
|
2024-03-14 20:16:09 +08:00 |
|
luoxiaozero
|
b75c9c9ab3
|
Chore/vercel (#86)
* demo: add vercel
* demo: config
* chore: demo workflow
|
2024-01-17 16:53:28 +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
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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 |
|
luoxiao
|
628fd95783
|
feat: add text component
|
2023-11-20 21:00:13 +08:00 |
|
luoxiao
|
0140394db7
|
fix: provide context
|
2023-11-19 14:06:23 +08:00 |
|
luoxiao
|
50c71422ae
|
docs: theme
|
2023-11-17 23:12:31 +08:00 |
|
luoxiao
|
43f8fd77bb
|
feat: improvement progress
|
2023-11-15 17:50:16 +08:00 |
|
luoxiao
|
8c8dde0897
|
feat: remove mount_style
|
2023-11-13 16:17:45 +08:00 |
|
luoxiao
|
7a8dd6c813
|
feat(demo): layout
|
2023-11-08 22:35:00 +08:00 |
|
luoxiao
|
f59928fdb2
|
feat: add guide
|
2023-11-08 11:02:38 +08:00 |
|
luoxiao
|
cf26965f66
|
feat: add breadcrumb component
|
2023-11-07 17:43:28 +08:00 |
|
luoxiao
|
0ab779041f
|
feat: loading bar transition end
|
2023-11-07 11:02:48 +08:00 |
|
luoxiao
|
a05cda35d7
|
feat: add loading bar component
|
2023-11-06 23:35:30 +08:00 |
|
luoxiao
|
782b608b98
|
feat: melt was renamed thaw
|
2023-11-05 16:03:58 +08:00 |
|
luoxiao
|
cf18b488db
|
feat: theme
|
2023-11-01 14:04:12 +08:00 |
|
luoxiao
|
6ab369718f
|
feat: add global style component
|
2023-10-25 11:25:31 +08:00 |
|
luoxiao
|
263db0c3e8
|
feat: public theme
|
2023-10-24 21:49:36 +08:00 |
|
luoxiao
|
0f0fde49a3
|
feat: add upload component
|
2023-10-22 22:48:17 +08:00 |
|
luoxiao
|
97706bbef7
|
feat: add tag component
|
2023-10-21 17:37:53 +08:00 |
|
luoxiao
|
c5ecc472cd
|
feat: add skeleton and switch component demo
|
2023-10-20 23:42:08 +08:00 |
|
luoxiao
|
bd04d9475e
|
feat: add radio component
|
2023-10-19 22:31:14 +08:00 |
|
luoxiao
|
05bd1f3e5f
|
feat: add message component
|
2023-10-19 17:16:57 +08:00 |
|