-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create component "Tile" #250
Conversation
✅ Deploy Preview for reactivebulma ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
===========================================
- Coverage 100.00% 99.89% -0.11%
===========================================
Files 44 47 +3
Lines 939 987 +48
Branches 665 700 +35
===========================================
+ Hits 939 986 +47
- Misses 0 1 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
🎉 This PR is included in version 2.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes made
Tile
createdMy pull request is for
Also, it complies with the following
new component
src/components/CORRESPONDING_CATEGORY
index.tsx
file where the component will be codedindex.test.ts
file for its units tests and create the needed to reach at least 90% of code coverageindex.stories.tsx
file for storybook stories and add at least 2 stories for different scenariosScreenshots
In case of have differences between old and new functionality, please provide a 'Before vs After' comparrison in order to show in a graphic way your contribution