Skip to content

Conversation

@jenny-s51
Copy link
Contributor

What: Closes #7455

@patternfly-build
Copy link
Collaborator

patternfly-build commented Jun 3, 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.

Looks good! Had a minor nitpick below, but it's more personal preference I think and not something I'd block over.

import { ExpandableSection, Badge } from '@patternfly/react-core';
import CheckCircleIcon from '@patternfly/react-icons/dist/esm/icons/check-circle-icon';

export const ExpandableSectionCustom: 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.

Nitpick: the file name + exported name could instead be ExpandableSectionCustomToggle to provide more context of the example.

Copy link
Contributor Author

@jenny-s51 jenny-s51 left a comment

Choose a reason for hiding this comment

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

Thank you @thatblindgeye! Renamed the custom toggle demo per your feedback

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.

🎉 Approving again for the latest update

@nicolethoen nicolethoen merged commit d98a6a5 into patternfly:main Jun 10, 2022
@patternfly-build
Copy link
Collaborator

Your changes have been released in:

  • eslint-plugin-patternfly-react@4.60.12
  • @patternfly/react-catalog-view-extension@4.72.12
  • @patternfly/react-charts@6.74.12
  • @patternfly/react-code-editor@4.62.12
  • @patternfly/react-console@4.72.12
  • @patternfly/react-core@4.221.12
  • @patternfly/react-docs@5.82.12
  • @patternfly/react-icons@4.72.12
  • @patternfly/react-inline-edit-extension@4.66.12
  • demo-app-ts@4.181.12
  • @patternfly/react-integration@4.183.12
  • @patternfly/react-log-viewer@4.66.12
  • @patternfly/react-styles@4.71.12
  • @patternfly/react-table@4.90.12
  • @patternfly/react-tokens@4.73.12
  • @patternfly/react-topology@4.68.12
  • @patternfly/react-virtualized-extension@4.68.12
  • transformer-cjs-imports@4.59.12

Thanks for your contribution! 🎉

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.

Expandable section: convert examples to TypeScript

4 participants