-
Notifications
You must be signed in to change notification settings - Fork 55
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
Docs: Edit example README and add comments in Basic Panel Plugin #236
Conversation
examples/panel-basic/src/components/SimplePanel/SimplePanel.tsx
Outdated
Show resolved
Hide resolved
examples/panel-basic/src/components/SimplePanel/SimplePanel.tsx
Outdated
Show resolved
Hide resolved
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.
Great work on this! Added a couple of comments. Consider them as suggestions from my side. I'm basically just thinking out loud.
examples/panel-basic/src/components/SimplePanel/SimplePanel.tsx
Outdated
Show resolved
Hide resolved
|
||
export function SimplePanel({ | ||
options, | ||
export function SimplePanel({ /** Takes in a list of props used in this example */ |
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.
export function SimplePanel({ /** Takes in a list of props used in this example */ | |
export function SimplePanel({ |
examples/panel-basic/src/components/SimplePanel/SimplePanel.tsx
Outdated
Show resolved
Hide resolved
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.
@josmperez I pushed a commit fixing the npm commands and the rest looks good to me.
Edit example README and add some code comments for Panel Basic Plugin template.