Skip to content

Commit 5dd2ad3

Browse files
author
Administrator
committed
update md
1 parent aaaefcc commit 5dd2ad3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020

2121
### System default / custom theme
2222

23-
![sample](https://github.com/code4bones/react-c4b-ui/blob/b861d11fd4b7d948911b386531596ff803350a00/samples.png?raw=true "sample")
24-
25-
![cap](https://github.com/code4bones/react-c4b-ui/blob/master/TreeMenu.gif?raw=true "cap")
23+
![sample](https://github.com/code4bones/react-c4b-ui/blob/master/img/theme.png?raw=true "sample")
2624

25+
|feature|sample|
26+
|-------|------|
27+
|![cap](https://github.com/code4bones/react-c4b-ui/blob/master/img/items_reveal.gif?raw=true)| |
28+
![cap](https://github.com/code4bones/react-c4b-ui/blob/master/img/rorate_group.gif?raw=true)|![cap](https://github.com/code4bones/react-c4b-ui/blob/master/img/static_group.gif?raw=true)|
2729

2830
### Install
2931

@@ -85,15 +87,16 @@ const ref = createRef<TreeMenuActions>();
8587
id:string;
8688
title:string | React.ReactElement;
8789
info?:string | React.ReactElement;
90+
infoReveal?:InfoReveal;
8891
icon?:React.ReactElement;
8992
badge?:string | React.ReactElement;
9093
disabled?:boolean;
9194
unselectable?:boolean;
9295
titleClass?:string;
9396
infoClass?:string;
9497
style?:React.CSSProperties;
98+
titleStyle?:React.CSSProperties;
9599
infoStyle?:React.CSSProperties;
96-
97100
```
98101

99102
`TreeMenuActions` ( use `ref` )

0 commit comments

Comments
 (0)