-
Notifications
You must be signed in to change notification settings - Fork 375
Convert Card View demo to TS #9359
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
Conversation
|
Preview: https://patternfly-react-pr-9359.surge.sh A11y report: https://patternfly-react-pr-9359-a11y.surge.sh |
7f162e2 to
758641f
Compare
8b6b498 to
bbe51d3
Compare
|
Code looks good, but unless I'm misunderstanding something (not unlikely) shouldn't this update the markdown file to point to this new tsx file? |
tlabaj
left a comment
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.
Is there additional work that is needed her? like deleting js in MD file and adding this new file?
bbe51d3 to
91041c7
Compare
jenny-s51
left a comment
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.
@wise-king-sullyman @tlabaj yes, thanks! Updated
|
Looks good to me other than the docs build failing CI. |
| export const CardViewBasic: React.FunctionComponent = () => { | ||
| const totalItemCount = 10; | ||
|
|
||
| const [cardData, setCardData] = React.useState(data); |
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.
looks like you are missing the import for data
b5b2661 to
5e00d1f
Compare
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Towards #9124, Closes #9362
Additional issues: Waiting on #9322. Will rebase once #9322 is merged.