mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
https://mui.com/base-ui/
MIT License
185 stars 34 forks source link

Framer properties #133

Open LincAtMerkle opened 1 year ago

LincAtMerkle commented 1 year ago

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 commented 1 year ago

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

LincAtMerkle commented 1 year ago

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.