-
Notifications
You must be signed in to change notification settings - Fork 65
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(docs): update panel page to use new layout #620
Conversation
19f0ff7
to
81dd84f
Compare
@@ -15,7 +15,7 @@ const panelProps: Prop[] = [ | |||
}, | |||
{ | |||
name: 'action', | |||
types: 'ButtonProps & { text: string }', | |||
types: 'ButtonProps & { text: string }', |
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.
I'm assuming this is what we wanted.
packages/docs/pages/panel.tsx
Outdated
</Panel> | ||
|
||
<Panel header="Implementation" headerId="implementation"> | ||
<Text>The panel component is used to contain content in a structured format.</Text> |
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.
I think this might be a little redundant based on the above description 🤷 What do you think?
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.
Lets remove
What?
Update Panel page to use new layout.
Screenshots/Screen Recordings
Testing/Proof
N/A