Skip to content
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

[WIP] Global component #462

Closed
wants to merge 3 commits into from
Closed

[WIP] Global component #462

wants to merge 3 commits into from

Conversation

itsdouges
Copy link
Collaborator

@itsdouges itsdouges commented Dec 24, 2020

Will be tinkering with this over the holidays. Chime in if you're interested.

@itsdouges itsdouges added the wip 🚧 Work in progress - don't judge too harshly. label Dec 24, 2020
@itsdouges itsdouges changed the title chore: add runtime stub [WIP] Global component Dec 24, 2020
@pgmanutd
Copy link
Contributor

Will be tinkering with this over the holidays. Chime in if you're interested.

Noice..btw renovate PR's almost crashed my inbox..damn so many mails 😅

import { createSetupError } from '../utils/error';

interface GlobalProps {
style: CssFunction | CssFunction[];
Copy link
Contributor

@pgmanutd pgmanutd Dec 24, 2020

Choose a reason for hiding this comment

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

🤔 Should we use style or something else? It might confuse consumers because react in built components accept style prop which translates to inline styles.

Emotion also uses styles instead of style. Should we use that or something else 🤔?

Not sure 😅

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah definitely 😄 should have been styles

@itsdouges itsdouges closed this Dec 25, 2020
@itsdouges itsdouges mentioned this pull request Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wip 🚧 Work in progress - don't judge too harshly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants