-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(root): add top navigation patterns compatible with React and web components #782
Conversation
View your branch deployment here: https://animated-fiesta-gvyom1k.pages.github.io/branches/760-top-navigation-layout-pattern |
fb5d091
to
b1f842b
Compare
1f7e91b
to
dbbec9d
Compare
6d0f7d9
to
3bb6c62
Compare
37505e4
to
a6811bb
Compare
10af0c1
to
2e5f75b
Compare
ec80e01
to
38cab61
Compare
1e5f3ea
to
bee829b
Compare
If we can not merge this one yet please |
Has this been tested when built? I'd be keen to try this in our pipelines to check it works (even if just to test and then remove it again) |
src/content/structured/patterns/components/StackblitzButton/stackblitz-helpers.ts
Outdated
Show resolved
Hide resolved
bee829b
to
ae72956
Compare
For someone going through on the next issue to fix the code snippets, how is it that Alert's React example would work with multiple components? So you'd put the Fragment around it, but then doesn't the Fragment then display in the code snippet? Which we wouldn't want? I didn't see this in the Patterns though, unless I missed it, so I wondered how we'd go about it? |
I have built locally using the |
60aa1ec
to
27f82bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awaiting fix for <>
27f82bf
to
28deb9c
Compare
bc35dde
to
e955406
Compare
39f736c
to
d4c8b4c
Compare
…button for small screen sizes Add new optional Stackblitz button to ComponentPreview & CodePreview components, connect Stackblitz SDK to onClick of StackblitzButton component, add cleanup function to useEffect in CookieData component . #751
d4c8b4c
to
3b43731
Compare
Summary of the changes
Patterns created:
Related issue
#760 #751
Checklist