We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrate BannerBase component in ui/components/component-library to TypeScript
BannerBase
ui/components/component-library
Dependencies
SNAKE_CASE
PascalCase
Size
Sizes
component-name.contants.js
component-name.types.ts
component-name.js
component-name.tsx
component-name.test.js
component-name.test.tsx
component-name.stories.js
component-name.stories.tsx
component-name
Good first issue for: External contributors who are familiar with TypeScript and want to contribute to improving the stability of the extension
The text was updated successfully, but these errors were encountered:
Hey @georgewrmarshall I would like to work on this issue. I'd be grateful if you could assign this task to me.
Sorry, something went wrong.
Hey @Sukriti-m, thanks for you interest! I believe this component has some dependencies that may need to be migrated first
Removing good-first-issue label until we close the Box dependency #19239
good-first-issue
Box
Successfully merging a pull request may close this issue.
Description
Migrate
BannerBase
component inui/components/component-library
to TypeScriptDependencies
Technical Details
SNAKE_CASE
to enums inPascalCase
(name and keys)Size
notSizes
component-name.contants.js
tocomponent-name.types.ts
and add typescomponent-name.js
tocomponent-name.tsx
and add typescomponent-name.test.js
tocomponent-name.test.tsx
component-name.stories.js
tocomponent-name.stories.tsx
Acceptance Criteria
component-name
folderDifficulty: Intermediate
Good first issue for: External contributors who are familiar with TypeScript and want to contribute to improving the stability of the extension
The text was updated successfully, but these errors were encountered: