Skip to content

Commit

Permalink
feat: Use floating-ui/react for the autosuggest input in the pixel co…
Browse files Browse the repository at this point in the history
…de sample
  • Loading branch information
Anand Gorantala committed Aug 15, 2024
1 parent 1f9bf00 commit f141479
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 134 deletions.
1 change: 1 addition & 0 deletions examples/pixel/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"rules": {
"camelcase": "off",
"react/jsx-props-no-spreading": "off",
"react/react-in-jsx-scope": "off",
"react/prop-types": "off"
}
Expand Down
45 changes: 30 additions & 15 deletions examples/pixel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/pixel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@bloomreach/discovery-web-sdk": "^1.1.0",
"@bloomreach/react-banana-ui": "1.20.0",
"@floating-ui/react": "^0.26.22",
"@mui/base": "^5.0.0-beta.40",
"@uiw/react-json-view": "^2.0.0-alpha.25",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit f141479

Please sign in to comment.