Skip to content

Commit

Permalink
Keep calm and commit (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
galangel authored Jan 17, 2025
1 parent 3840424 commit f18682e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,27 @@ The Scroll Component accepts the following props:
| `stickTo` | `top`\|`bottom`\|`all` | how headers should stick |
| `scrollBehavior` | `scrollBehavior CSS property` | how the scrolling should behave when clicking a header |

## Wishlist

### Scroll

- [ ] Virtualized scrolling
- [ ] Snap scrolling
- [ ] Horizontal scrolling support
- [ ] Scroll shadow
- [ ] Maximum number of sticky items
- [ ] Stacking headers
- [ ] Collapse header items
- [ ] Scroll to item scroll via code

### Repo management

- [ ] Better tests
- [ ] Better looking doc site with more (interactive) examples
- [ ] Changelog file
- [ ] Enforce code style using eslint
- [ ] Ensure support for popular frameworks or libraries

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Expand Down

0 comments on commit f18682e

Please sign in to comment.