Skip to content

Conversation

@bartoval
Copy link
Member

@bartoval bartoval commented Jun 1, 2022

What: Closes #7482

@patternfly-build
Copy link
Collaborator

patternfly-build commented Jun 1, 2022

Copy link
Contributor

@thatblindgeye thatblindgeye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only had a couple of nitpicks below, but otherwise it's looking good!

KebabToggle
} from '@patternfly/react-core';

export const BasicHint: React.FunctionComponent = () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: for the most part the exported component name within files usually matches the file name, so this would be export const HintBasicWithTitle....

KebabToggle
} from '@patternfly/react-core';

export const BasicHint: React.FunctionComponent = () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar nitpick to the previous comment re: the exported component name matching the file name

@bartoval bartoval requested a review from thatblindgeye June 1, 2022 20:38
Copy link
Collaborator

@wise-king-sullyman wise-king-sullyman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! 🚀

Copy link
Contributor

@tlabaj tlabaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tlabaj tlabaj merged commit b6c9e16 into patternfly:main Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert Hint examples to typescript

5 participants