-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81e5ad5
commit b4ca17f
Showing
98 changed files
with
231 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ function Demo() { | |
</div> | ||
); | ||
} | ||
|
||
``` | ||
|
||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,8 @@ function Demo() { | |
<button onClick={() => copy(value)}>Copy</button> | ||
</div> | ||
); | ||
}; | ||
} | ||
|
||
``` | ||
|
||
%%API%% | ||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ function Demo() { | |
</div> | ||
); | ||
} | ||
|
||
``` | ||
|
||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ function Demo() { | |
|
||
return <p>Device pixel ratio: {pixelRatio}</p>; | ||
} | ||
|
||
``` | ||
|
||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,9 @@ function Demo() { | |
</> | ||
); | ||
} | ||
|
||
render(<Demo />); | ||
|
||
``` | ||
|
||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ function Demo() { | |
</div> | ||
); | ||
} | ||
|
||
``` | ||
|
||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ function Demo() { | |
} | ||
|
||
return <span>Not Supported by Your Browser</span>; | ||
}; | ||
} | ||
|
||
``` | ||
|
||
%%API%% | ||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,8 @@ function Demo() { | |
</button> | ||
</div> | ||
); | ||
}; | ||
} | ||
|
||
``` | ||
|
||
%%API%% | ||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,8 @@ function Demo() { | |
)} | ||
</div> | ||
); | ||
}; | ||
} | ||
|
||
``` | ||
|
||
%%API%% | ||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ function Demo() { | |
const fps = useFps(); | ||
|
||
return <div>FPS: {fps}</div>; | ||
}; | ||
} | ||
|
||
``` | ||
|
||
%%API%% | ||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,8 @@ function Demo() { | |
</div> | ||
</div> | ||
); | ||
}; | ||
} | ||
|
||
``` | ||
|
||
%%API%% | ||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ function Demo() { | |
</pre> | ||
</div> | ||
); | ||
}; | ||
} | ||
|
||
``` | ||
|
||
%%API%% | ||
%%API%% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ function Demo() { | |
<div>User is idle: {isIdle ? "Yes 😴" : "Nope"}</div> | ||
</div> | ||
); | ||
}; | ||
} | ||
|
||
``` | ||
|
||
%%API%% | ||
%%API%% |
Oops, something went wrong.