0.0.5 • Published 2 years ago

plasmic-register-mui-components v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

plasmic-register-mui-components

Easily import the mui components into your Plasmic project

This project is WIP and a lot of things are missing, PRs are welcomed

Works only with the next js plasmic loader for now

Install

yarn add plasmic-register-mui-components or npm i plasmic-register-mui-components

Usage

To import a MUI component, into your project, go in your plasmic-init.ts file and call the following code:

registerMuiChip(PLASMIC);

and that's it.

To import all the MUI components, call the following function:

registerAllMuiComponents(PLASMIC);

Components

Here are the components importable with the library. Feel free to send a PR if you want to add support for new components.

Component NameSupport
AutocompleteNo
ButtonYes
Button GroupYes
CheckboxNo
Floating Action ButtonNo
Radio buttonNo
RatingNo
SelectNo
SliderNo
SwitchNo
Text fieldNo
Transfer ListNo
Toggle ButtonNo
AvatarNo
BadgeNo
ChipYes
DividerNo
IconsNo
Material IconsNo
ListNo
TableNo
TooltipNo
TypographyNo
AlertNo
BackdropNo
DialogsNo
ProgressNo
SkeletonNo
SnackbarNo
AccordingNo
App BarNo
CardNo
PaperNo
Bottom NavigationNo
BreadcumbsNo
DrawerNo
LinkNo
MenuNo
PaginationNo
Speed DialNo
StepperNo
TabsNo
BoxNo
ContainerNo
GridNo
StackNo
Image ListNo
HiddenNo
Click Away ListenerNo