-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add Header / Layout components #2551
Conversation
🦋 Changeset detectedLatest commit: a0c8e64 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
4e31ce6
to
46890f4
Compare
46890f4
to
123ae99
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.
Nicely done ✅
ref: Ref<HTMLButtonElement>, | ||
) { | ||
return ( | ||
<Button |
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.
Should this be an IconButton?
123ae99
to
3ef19cc
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.
LGTM, with some non blockers comments
@@ -0,0 +1,51 @@ | |||
--- | |||
title: 'Header' | |||
type: 'component' |
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.
Maybe they should be on the Layout section??
type: 'component' | |
type: 'component' | |
section: 'layoutComponents' |
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.
Makes sense - updating
'@contentful/f36-image': '^4.0.0-alpha.0', // Remove when added to f36-components | ||
'@contentful/f36-layout': '^4.0.0-alpha.0', // Remove when added to f36-components |
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.
We need to start moving things to the f36-components... 😅
@@ -0,0 +1,31 @@ | |||
--- | |||
title: 'Layout' | |||
type: 'component' |
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.
Same about the section here
Adds an alpha implementation of the Layout component
3ef19cc
to
a0c8e64
Compare
Purpose of PR
Introduces alpha versions of
Header
andLayout
componentsPR Checklist
readme.md
file(s)