swordev / suid

A port of Material-UI (MUI) built with SolidJS.
https://suid.io
MIT License
660 stars 47 forks source link

Question: What version of mui does suid correspond to ? #262

Closed wakaztahir closed 11 months ago

wakaztahir commented 11 months ago

I forked SUID, I wanted to change some things to make my own custom UI library for my packages

1 - Could you please tell me which version of MUI does SUID correspond to ? 2 - Do you have plans to removing the styled system of MUI 3 - Are you going to update to latest MUI in the near future ?

My plans for my library are to introduce helpful alternative API

Button -> FilledButton, OutlinedButton, similarly for TextField, ButtonGroup Typography -> P1,P1,H1,H2,H3,H4,H5,H6

My next plan is to remove material's styled system and use solid emotion or solid-styled-components basically a CSS in JS library

wakaztahir commented 11 months ago

Also I tried compiling this material library with latest typescript, and a lot of versions of typescript compiler but they were all giving memory errors so I have gone back to using 4.8.4 which works !

juanrgm commented 11 months ago

Indeed, v5.5.0.

I would like to advance the version but I would like to first see the direction mui v6 takes.

wakaztahir commented 11 months ago

Hi, If I wanted to upgrade this library to use mui version 5.14 which is the latest stable, how would I do that ?