Popular repositories
-
-
Forked from DefinitelyTyped/DefinitelyTyped
The repository for high quality TypeScript type definitions.
TypeScript
-
Forked from react-bootstrap/react-overlays
Utilities for creating robust overlay components
TypeScript
-
-
Forked from twbs/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
JavaScript
1,103 contributions in the last year
Activity overview
Contribution activity
July 2021
Created 17 commits in 5 repositories
Created a pull request in react-bootstrap/react-bootstrap that received 1 comment
docs: update README.md
Seems to be some confusion with people using 1.x for Bootstrap 5. Hopefully these changes will be a bit more clear in the readme. @jquense, anythin…
Opened 8 other pull requests in 3 repositories
react-bootstrap/react-bootstrap
4
merged
1
open
react-restart/ui
2
merged
telus/tds-community
1
merged
Reviewed 15 pull requests in 3 repositories
react-restart/ui 8 pull requests
- feat!: make Overlay render prop consistent with Dropdown
- More fixups
- Button and dropdown type improvements
- feat: clean up old Modal code
- Clean up Button and simplify type, update docs/tests
- Jq/more clean up
- WIP: switch to react-testing-library
- feat(useWayypoint): handle zero dimension or invisible root
react-bootstrap/react-bootstrap 6 pull requests
react-bootstrap/react-overlays 1 pull request
Created an issue in react-restart/ui that received 2 comments
Dropdown: onToggle not called when rendering Anchor in DropdownItem
Saw this when converting dropdowns in RB.
When rendering an anchor as the component for DropdownItem, preventDefault is called in the click handler…