/suid

A port of MUI built with Solid.js.

Primary LanguageTypeScriptMIT LicenseMIT

Solid.js User Interface Design (SUID)

GitHub Workflow Status npm (scoped) npm (scoped)
npm (scoped) npm (scoped) npm (scoped) npm (scoped) npm (scoped) npm (scoped)

A port of Material UI design (MUI) built with Solid.js

Installation

npm install @suid/material

Documentation

https://suid.io

Roadmap

For details about the project status go here.

Development

Requirements

Startup

git clone https://github.com/swordev/suid
cd suid
pnpm install
pnpm build
pnpm start

Contributing

To contribute to the project, follow these steps:

  1. Fork this repository and clone it.
  2. Install the dependencies: pnpm install.
  3. Create a branch: git checkout -b <branch_name>.
  4. Make your changes and create the changeset file: pnpm changeset.
  5. Add your changes: git add .
  6. Commit your changes: git commit -m '<commit_message>'.
  7. Push to the original branch: git push origin <branch_name>.
  8. Create the pull request.

License

Distributed under the MIT License. See LICENSE file in each package for more information.