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

feat: convert to tailwind css #118

Open
wtLau opened this issue Jul 25, 2022 · 1 comment
Open

feat: convert to tailwind css #118

wtLau opened this issue Jul 25, 2022 · 1 comment
Assignees
Labels
feat New feature or request

Comments

@wtLau
Copy link
Owner

wtLau commented Jul 25, 2022

Estimated T-shirt size (Small | Medium | Large | XL):

Estimated Time (Hours):


Abstract:


Expected Features:

  • [ ]

Prerequisite

Detail steps of implementation

Additional Context

@wtLau wtLau added the feat New feature or request label Jul 25, 2022
@wtLau wtLau self-assigned this Jul 25, 2022
@wtLau
Copy link
Owner Author

wtLau commented Oct 19, 2022

Probably not gonna happen, since MUI now support style()


Notes:

What problems does it solve?

The utility can be used as a replacement for emotion's or styled-components' styled() utility. It aims to solve the same problem, but also provides the following benefits:
It uses MUI's default theme if no theme is available in React context.
It supports the theme's styleOverrides and variants to be applied, based on the name applied in the options (can be skipped).
It adds support for the the sx prop (can be skipped).
It adds by default the shouldForwardProp option (that can be overridden), taking into account all props used internally in the MUI components: ownerState, theme, sx, and as.

https://mui.com/system/styled/#what-problems-does-it-solve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant