You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2019. It is now read-only.
I'd love to switch to using the styled function fulltime, but there are times where I need a raw class name. Using style directly can be a little confusing since it's a different paradigm but named so similar to styled
Is it possible to expose the helper function as a static function that simply generates the classname?
classStyled{staticclassName=memoizedComputeClass}
The text was updated successfully, but these errors were encountered:
Hi fengb we've actually moved to a monorepo and have absorbed this library into our monorepo and are no longer using this repo, but have left it public for posterity. Let me know if you're interested in becoming a maintainer of this library.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd love to switch to using the
styled
function fulltime, but there are times where I need a raw class name. Usingstyle
directly can be a little confusing since it's a different paradigm but named so similar tostyled
Is it possible to expose the helper function as a static function that simply generates the classname?
The text was updated successfully, but these errors were encountered: