Bowen Tan
aa00c670d6
complete form component
2021-09-17 10:45:44 +08:00
Bowen Tan
b44ae7685f
add formControl
2021-09-17 10:45:44 +08:00
Bowen Tan
06a3586221
fix validation text does not show in the first render bug
2021-09-17 10:45:44 +08:00
tanbowensg
985f8035b7
Merge pull request #69 from Sczlog/main
...
add chakra-ui toast.
2021-09-17 10:30:34 +08:00
tanbowensg
7894db3215
Merge pull request #67 from webzard-io/cep/radio
...
feat: impl radio and radioGroup
2021-09-17 10:11:49 +08:00
Bowen Tan
8ff0c996d4
add checkbox for table
2021-09-17 09:41:12 +08:00
Bowen Tan
6f10569d92
add dialog in table
2021-09-17 09:41:09 +08:00
Bowen Tan
4a8ae01ab5
table multi select
2021-09-17 09:38:27 +08:00
Bowen Tan
d72d4c57fa
add displayValue for table
2021-09-17 09:38:27 +08:00
Bowen Tan
07b68d8372
split table file
2021-09-17 09:38:27 +08:00
Bowen Tan
319a7beec6
add dummy query
2021-09-17 09:38:27 +08:00
Bowen Tan
65c4c44816
delete row
2021-09-17 09:38:27 +08:00
Bowen Tan
a9d03a0cc6
define table column and add pagination
2021-09-17 09:38:27 +08:00
Bowen Tan
a5b22a8ac1
integrate todolist with api
2021-09-17 09:38:27 +08:00
Bowen Tan
7b6555dc59
refactor: fix trait and component eval order
2021-09-17 09:38:27 +08:00
Sczlog
a5fafc4798
add chakra-ui toast.
2021-09-16 18:51:25 +08:00
chenenpei
56ecfba185
feat: impl radio and radioGroup
2021-09-16 17:06:01 +08:00
chenenpei
0157206207
feat: impl select component
2021-09-15 14:22:37 +08:00
Shengjie Yang
034073d770
fix: use initialValue to replace async setValue
2021-09-13 10:25:44 +08:00
Shengjie Yang
50b07210ed
feat: impl dialog component
2021-09-13 10:25:43 +08:00
Bowen Tan
f7da7a15b0
add style trait
2021-09-13 10:09:17 +08:00
yz-yu
646fdf2c89
Merge pull request #53 from webzard-io/feat/list
...
implement List component
2021-09-12 18:15:15 +08:00
Bowen Tan
25525f9951
implement tooltip component
2021-09-10 17:15:39 +08:00
Chu Bin
e3b38a79e5
feat: chakra image component
2021-09-06 17:57:39 +08:00
Bowen Tan
d05f736a9e
complete simple todo list
2021-09-06 14:05:00 +08:00
Bowen Tan
16f07c20f9
add arrayState Trait
2021-09-06 14:05:00 +08:00
Bowen Tan
9cec11d180
add create and delete button
2021-09-06 14:05:00 +08:00
Bowen Tan
45e5c48f89
support using $listItem in {{}} expression
2021-09-06 14:05:00 +08:00
Bowen Tan
1c9e1c9a99
implement list custom template
2021-09-06 14:05:00 +08:00
Bowen Tan
b9de19bd56
init list
2021-09-06 14:04:59 +08:00
yz-yu
c2670c9a50
Merge pull request #47 from webzard-io/refactor/trait
...
Refactor trait new implementation
2021-09-02 22:02:12 +08:00
chenenpei
84e5250c8c
implement chakra checkbox group #5
2021-09-02 10:08:39 +08:00
Bowen Tan
fd3f27a9e9
restore setValue and support 2 parameters
2021-08-31 14:50:32 +08:00
Bowen Tan
878eb6b318
fix merge code bug
2021-08-31 14:17:11 +08:00
Bowen Tan
50c07a19e6
refactor state trait
2021-08-31 14:05:04 +08:00
Bowen Tan
88b1aad48e
complete validation trait with new trait
2021-08-31 14:01:32 +08:00
Bowen Tan
983d97715a
format all code
2021-08-31 11:18:11 +08:00
Sczlog
5eeac0bcca
replace route trait by slot trait
...
1. replace route trait by slot trait
2. update example
2021-08-25 10:57:19 +08:00
Sczlog
6acd38906b
refactor router component
...
1. refactor most of the component from wouter.
2. add support for route parameter
3. add support for strict and exact matching
4. modify the createRouter function of wouter to remove the top level RouterProvider
5. move matcher to route level not the top level
2021-08-24 16:34:11 +08:00
Sczlog
5bfc886b31
misc update on router
...
1. update example page's title
2. pass params to ImplWrapper(currently not pass it to the component, need discussion on it)
2021-08-23 15:32:09 +08:00
Sczlog
c993c0eb86
hash router
...
1. update example with hash router
(not work good with nested hash router)
2021-08-23 15:31:55 +08:00
Sczlog
575e999785
implement nested router
2021-08-12 18:44:49 +08:00
Sczlog
61b9e897c6
fix redirect and implement default
...
1. fix redirect
2. implement default route
2021-08-12 16:29:03 +08:00
Sczlog
197f043a52
implement router function
...
1. router component
2. route trait
2021-08-12 15:33:18 +08:00
Yanzhen Yu
a7a863930c
define UI API service, related to #9
...
Implemented the API service feature on top of event emitter with
a concise protocol.
The protocol will use JSON as message format and only have one
type 'uiMethod' at this moment.
2021-08-11 17:13:58 +08:00
Yanzhen Yu
f8898c39ce
experimental editor component
2021-08-11 13:33:20 +08:00
chenenpei
794ff2e7da
implement chakra ui stack #5
2021-08-09 18:29:03 +08:00
chenenpei
0b8bdbb9aa
implement chakra checkbox #5
2021-08-09 17:18:50 +08:00
Shengjie Yang
56763dfa7f
impl number input component
2021-08-04 13:54:20 +08:00
Yanzhen Yu
cbe3d0234e
impl keyboard component
2021-08-03 17:40:50 +08:00