SolidJS User Interface Design (SUID)
SUID is all a set of utils and components ported from MUI Core and much more.
MUI has one of the largest development communities on the scene, a long history, is used by large corporations, its level of customization is very detailed and has a future ahead. Why reinvent the wheel? The MUI problem is React and this is where SUID comes in.
The main idea behind the project is to create a bridge between the MUI and SUID repository for syncing the incoming changes. This is possible thanks to tools integrated in SUID like codemod (a React to Solid transformer).
With this smart target in mind, the project avoids becoming another library that could fall into oblivion, avoiding all its complexities, developing under the shadow of MUI.
Packages
Name | Version | Description |
---|---|---|
@suid/material | A port of Material-UI (MUI) built with SolidJS. | |
@suid/icons-material | Material Design icons as SVG SolidJS components. | |
@suid/codemod | Tool for migrating MUI React code to SUID SolidJS. | |
@suid/vite-plugin | SUID integration plugin for Vite. | |
@suid/styled-engine | Styled engine used by @suid/system. | |
@suid/system | Styles system used by suid packages. | |
@suid/base | Unstyled base components used by @suid/material. | |
@suid/css | CSS render in JS. | |
@suid/types | Types used by suid packages. | |
@suid/site | SUID website. | |
create-suid | CLI tool for creating a SUID project easily. |
Installation
npm init suid
Resources
Roadmap
For details about the project status go here.
Development
Requirements
Startup
git clone https://github.com/swordev/suid
cd suid
pnpm install
pnpm start
Contributing
Go here.
License
Distributed under the MIT License. See LICENSE file in each package for more information.