-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/showtime/showtime/J3JEbABJ13xxZEhVhisZvuQX8Wkn |
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.
✨
} as Meta | ||
|
||
const Container = (props: any) => { | ||
return <View tw={'dark:bg-gray-900 p-10 bg-white'}>{props.children}</View> |
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.
Same as previous PR, I guess we can export this component or maybe even set the background color in the Storybook decorators via a provider?
Nit pick but we can use tw=""
instead of tw={''}
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.
cool. Will make it in the next component.
Pushed a small checkbox focus styling change in this one. It's a small change so not bothering with a PR. |
This PR adds Spinner component
Checklist
Demo
Screen.Recording.2021-12-14.at.12.21.51.AM.mov