Skip to content

Commit

Permalink
Merge pull request #216 from anubra266/fix/Example
Browse files Browse the repository at this point in the history
Update example and contributors
  • Loading branch information
Kysluss committed Sep 19, 2023
2 parents e9be947 + a00c563 commit 277a120
Show file tree
Hide file tree
Showing 17 changed files with 12,547 additions and 21,258 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
"code",
"doc"
]
},
{
"login": "sakerhetspolisen",
"name": "Karl F. Sellergren",
"avatar_url": "https://avatars.githubusercontent.com/u/68159964?v=4",
"profile": "https://github.com/sakerhetspolisen",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/daliudzius"><img src="https://avatars.githubusercontent.com/u/46355846?v=4?s=100" width="100px;" alt=""/><br /><sub><b>daliudzius</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=daliudzius" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://fabien0102.com"><img src="https://avatars.githubusercontent.com/u/1761469?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Fabien BERNARD</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=fabien0102" title="Code">πŸ’»</a></td>
</tr>
<tr>
<td align="center"><a href="https://riccardolorenzi.com/"><img src="https://avatars.githubusercontent.com/u/5848941?v=4" width="100px;" alt=""/><br /><sub><b>Riccardo Lorenzi</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=Richi2293" title="Bug fixes">πŸ›</a></td>
<td align="center"><a href="https://github.com/MathisFederico"><img src="https://avatars.githubusercontent.com/u/60117466?v=4" width="100px;" alt=""/><br /><sub><b>Mathis Federico</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=MathisFederico" title="Bug">πŸ›</a></td>
<td align="center"><a href="https://github.com/Kysluss"><img src="https://avatars.githubusercontent.com/u/29052043?v=4" width="100px;" alt=""/><br /><sub><b>Kyle Slusser</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=Kysluss" title="Code">πŸ’»πŸ›</a></td>
<td align="center"><a href="https://github.com/sakerhetspolisen"><img src="https://avatars.githubusercontent.com/u/68159964?v=4" width="100px;" alt=""/><br /><sub><b>Karl F. Sellergren</b></sub></a><br /><a href="https://github.com/anubra266/choc-autocomplete/commits?author=sakerhetspolisen" title="Code">πŸ›πŸ”§</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
Expand Down
13 changes: 13 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Playground</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
13 changes: 4 additions & 9 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,16 @@
"@choc-ui/chakra-autocomplete": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"af-virtual-scroll": "2.7.9",
"faker": "5.5.3",
"framer-motion": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "4.0.2"
"react-dom": "18.2.0"
},
"devDependencies": {
"typescript": "3.3.3"
"typescript": "^4.7.4",
"vite": "^3.2.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"dev": "vite"
},
"browserslist": [
">0.2%",
Expand Down
43 changes: 0 additions & 43 deletions demo/public/index.html

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 277a120

Please sign in to comment.