Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdwc
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gdwc
Merge requests
!22
Issue
#3207452
by brianperry, aroseman18, hedrickbt: Create React Example
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3207452
by brianperry, aroseman18, hedrickbt: Create React Example
issue/gdwc-3207452:3207452-react
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Brian Perry
requested to merge
issue/gdwc-3207452:3207452-react
into
1.0.x
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3207452
Edited
4 years ago
by
Brian Perry
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
8e0b3f89
1 commit,
4 years ago
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
stories/docs/05-showcase.stories.mdx
+
8
−
0
Options
@@ -11,6 +11,14 @@ Examples of how these components have been remixed and repurposed.
[Repository](https://github.com/aroseman/gdwc-react-demo) /
[Live Gitpod Environment](https://gitpod.io/#https://github.com/aroseman/gdwc-react-demo/)
<iframe
src="https://codesandbox.io/embed/github/aroseman/gdwc-react-demo/tree/main/?fontsize=14&hidenavigation=1&theme=dark&view=preview"
style={{ width: '100%', height: '500px' }}
title="react-component-demo"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
## With Other Web Component Libraries
<iframe
Loading