Skip to content

Commit

Permalink
docs: add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
小豪 committed Oct 16, 2024
1 parent 75fdf31 commit 3f41343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export default () => {

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

<Cascader.Panel disabled options={addressOptions} />

<Cascader.Panel notFoundContent="Empty!!!" />
</>
);
Expand Down

0 comments on commit 3f41343

Please sign in to comment.