-
Notifications
You must be signed in to change notification settings - Fork 418
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
Builder Header: Add component #1850
Comments
Here's what I'm thinking for the interface. What do you think? BuilderHeader:
BuilderHeaderNav:
BuilderHeaderToolbar:
Example:Here's an example using the example given in the spec.
|
Approved! I don't think we want to force classnames like |
After working on implementing this, here are some changes that I thought needed to be made to the component API. The biggest change is to use a new link component instead of After reading the "Button vs. Link" explanation, I thought that this makes sense since the spec indicated that the nav items should be links. BuilderHeader:
BuilderHeaderNav:
[NEW] BuilderHeaderNavLink:
BuilderHeaderToolbar:
|
Implement the Builder Header component according to spec: https://www.lightningdesignsystem.com/components/builder-header/
The text was updated successfully, but these errors were encountered: