Skip to content

Commit 3f41343

Browse files
author
小豪
committed
docs: add demo
1 parent 75fdf31 commit 3f41343

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/panel.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ export default () => {
9292

9393
<Cascader.Panel options={addressOptions} direction="rtl" />
9494

95+
<Cascader.Panel disabled options={addressOptions} />
96+
9597
<Cascader.Panel notFoundContent="Empty!!!" />
9698
</>
9799
);

0 commit comments

Comments
 (0)