mui / base-ui

Base UI is an open-source library of accessible, unstyled UI components for React.
MIT License
288 stars 47 forks source link

Framer properties #133

Open LincAtMerkle opened 2 years ago

LincAtMerkle commented 2 years 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 2 years ago

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

LincAtMerkle commented 2 years 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.

oliviertassinari commented 2 months ago

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