peterlits zo
peterlits zo
What you want to do? update document about those or even make another sub-package?
> In the docs, let's go for it! I definitely don't want to be maintaining the logic for interactive components inside Theme UI, but a demo with Radix or Headless...
> If you have any problems that you think are not bug reports or stackoverflow style Question and Answer cases, feel free to shoot directly on [Theme UI's Discord](https://discord.gg/Kqbpmv7X). OK,...
For issue #2124 Weekend, right?
Well, I find that you like to use package name rather than the component name... I will fix it with force push. (I am not sure that it is a...
OK! I will work on it tonight!
- tonight `X` - after 11 days `V` By the way, I find that if running `yarn format`, it changes a lot of files. I think we need to commit...
If it is OK, please tell me to rebase the git history to get more clear history.
If you also think it is good, tell me advice (I am pure newbie...) and I will try to make it better.
``` javascript import type { CSSProperties } from 'theme-ui'; const rowChangeBreakPoint = 'md'; mRV({ flexDirection: mRV({ _: 'row', [rowChangeBreakPoint]: 'column', }), }) // => ['row', null, 'column', null, null] ```