Skip to content

Commit

Permalink
docs: organize packages using a table
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed May 8, 2022
1 parent b2fa86c commit 11e162e
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Solid.js User Interface Design (SUID)

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/material?label=@suid/material) ![npm (scoped)](https://img.shields.io/npm/v/@suid/icons-material?label=@suid/icons-material) <br/> ![npm (scoped)](https://img.shields.io/npm/v/@suid/css?label=@suid/css) ![npm (scoped)](https://img.shields.io/npm/v/@suid/system?label=@suid/system) ![npm (scoped)](https://img.shields.io/npm/v/@suid/base?label=@suid/base) ![npm (scoped)](https://img.shields.io/npm/v/@suid/types?label=@suid/types) ![npm (scoped)](https://img.shields.io/npm/v/@suid/codemod?label=@suid/codemod) ![npm (scoped)](https://img.shields.io/npm/v/@suid/site?label=@suid/site)
![workflow-badge] ![license-badge]

[workflow-badge]: https://img.shields.io/github/workflow/status/swordev/suid/CI
[license-badge]: https://img.shields.io/github/license/swordev/suid

> A port of Material-UI ([MUI](https://mui.com/core)) built with [Solid.js](https://solidjs.com)
Expand All @@ -12,6 +15,28 @@ The main idea behing the project is to create a bridge between the MUI and SUID

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](/packages/material) | ![material-npm] | A port of Material-UI (MUI) built with Solid.js. |
| [@suid/icons-material](/packages/icons-material) | ![icons-material-npm] | Material Design icons as SVG Solid.js components. |
| [@suid/codemod](/packages/codemod) | ![codemod-npm] | Tool for migrating MUI React code to SUID SolidJS. |
| [@suid/system](/packages/system) | ![system-npm] | Styles system used by suid packages. |
| [@suid/base](/packages/base) | ![base-npm] | Unstyled base components used by @suid/material. |
| [@suid/css](/packages/css) | ![css-npm] | CSS render in JS. |
| [@suid/types](/packages/types) | ![types-npm] | Types used by suid packages. |
| [@suid/site](/packages/site) | ![site-npm] | SUID website. |

[material-npm]: https://img.shields.io/npm/v/@suid/material
[icons-material-npm]: https://img.shields.io/npm/v/@suid/icons-material
[codemod-npm]: https://img.shields.io/npm/v/@suid/codemod
[site-npm]: https://img.shields.io/npm/v/@suid/site
[css-npm]: https://img.shields.io/npm/v/@suid/css
[system-npm]: https://img.shields.io/npm/v/@suid/system
[base-npm]: https://img.shields.io/npm/v/@suid/base
[types-npm]: https://img.shields.io/npm/v/@suid/types

## Installation

```sh
Expand Down

0 comments on commit 11e162e

Please sign in to comment.