Add web example (#1717)

Added web example to `Example`
This commit is contained in:
Mathieu Acthernoene
2022-03-07 12:16:50 +01:00
committed by GitHub
parent 7afd23665f
commit 2fa9645cf6
52 changed files with 1688 additions and 1554 deletions

8
.prettierrc.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
arrowParens: 'avoid',
jsxBracketSameLine: true,
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};