base-ui icon indicating copy to clipboard operation
base-ui copied to clipboard

Framer properties

Open LincAtMerkle opened this issue 2 years ago • 2 comments

I'm importing MUI-Base components into Framer (via ES Modules HTTP endpoint URL's) and would like to see all the Properties in Framer (https://www.framer.com/docs/property-controls/).

Rather than try create these from scratch, MUI once had a .framerfx file with these Properties. And I was wondering how/if I can get these properties again but MUI base related ideally.

Framer now uses instant NPM. So I can: import { ButtonUnstyled as MaterialButton } from "@mui/base"

It's a beta feature but looks promising.

Search keywords:

LincAtMerkle avatar Jul 26 '22 14:07 LincAtMerkle

As I have a need, would I be able to contribute to this work?

LincAtMerkle avatar Jul 26 '22 20:07 LincAtMerkle

There is more to this picture. For MUI Base to be useful within a design tool, I've shared Design Tokens using FigmaTokens, Style Dictionary, Tailwind. So in effect, you can control MUI styles from Figma.

LincAtMerkle avatar Jul 28 '22 22:07 LincAtMerkle

Related to https://github.com/mui/material-ui/pull/30983

oliviertassinari avatar Sep 13 '24 10:09 oliviertassinari