-
-
Notifications
You must be signed in to change notification settings - Fork 11
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(header):Add header component and cleanup #45
Conversation
- Add optional header component with flexible content sections - Move logo to dedicated assets directory for better organization - Fix types import warning for better type safety - Add Storybook documentation and examples
✅ Deploy Preview for reachat-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
left a few comments around flexibility of the AppBar content
@steppy452 Updated, thanks! |
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.
it's beautiful 🎉
Add optional header component with flexible content sections
Move logo to dedicated assets directory for better organization
Fix types import warning for better type safety
Add Storybook documentation and examples
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Added a new optional Header component to the chat companion.
Does this PR introduce a breaking change?
Other information