Skip to content

Commit

Permalink
Add advanced examples to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Jul 27, 2024
1 parent 608073c commit ddb4aaf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,17 @@ https://github.com/csandman/chakra-react-select/discussions/111
- Vanilla JS: _coming soon_
- TypeScript: _coming soon_

## Advanced Examples

There are some pretty interesting ways you can customize an instance of
`chakra-react-select`, so here are a few examples of some of the more advanced
customizations.

- Select in a Popover:
https://stackblitz.com/edit/vitejs-vite-cf6hiq?file=src%2Fapp.tsx
- Drag to Reorder Tags Multi Select (WIP):
https://stackblitz.com/edit/vitejs-vite-wykymv?file=src%2Fmulti-select-sort.tsx

## Templates

When submitting a bug report, please include a minimum reproduction of your
Expand Down

0 comments on commit ddb4aaf

Please sign in to comment.