Skip to content

Commit

Permalink
refactor: rename to SolidJS
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Aug 30, 2022
1 parent 912a174 commit 1a0ba92
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Solid.js User Interface Design (SUID)
# SolidJS User Interface Design (SUID)

![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)
> A port of Material-UI ([MUI](https://mui.com/core)) built with [SolidJS](https://solidjs.com)
SUID is all a set of utils and components ported from MUI Core and much more.

Expand All @@ -19,8 +19,8 @@ With this smart target in mind, the project avoids becoming another library that

| 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/material](/packages/material) | ![material-npm] | A port of Material-UI (MUI) built with SolidJS. |
| [@suid/icons-material](/packages/icons-material) | ![icons-material-npm] | Material Design icons as SVG SolidJS components. |
| [@suid/codemod](/packages/codemod) | ![codemod-npm] | Tool for migrating MUI React code to SUID SolidJS. |
| [@suid/styled-engine](/packages/styled-engine) | ![styled-engine-npm] | Styled engine used by @suid/system. |
| [@suid/system](/packages/system) | ![system-npm] | Styles system used by suid packages. |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "suid",
"version": "1.0.0",
"private": true,
"description": "A port of Materia-UI (MUI) built with Solid.js.",
"description": "A port of Materia-UI (MUI) built with SolidJS.",
"keywords": [
"best_ecosystem",
"components",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-material/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suid/icons-material",
"version": "0.2.7",
"description": "Material Design icons as SVG Solid.js components.",
"description": "Material Design icons as SVG SolidJS components.",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
Expand Down
2 changes: 1 addition & 1 deletion packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suid/material",
"version": "0.5.1",
"description": "A port of Material-UI (MUI) built with Solid.js.",
"description": "A port of Material-UI (MUI) built with SolidJS.",
"main": "index.jsx",
"scripts": {
"build": "tsc --build",
Expand Down
6 changes: 3 additions & 3 deletions packages/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="title" content="SUID" />
<meta
name="description"
content="A port of Material-UI (MUI) built with Solid.js."
content="A port of Material-UI (MUI) built with SolidJS."
/>

<!-- Open Graph / Facebook -->
Expand All @@ -17,7 +17,7 @@
<meta property="og:title" content="SUID" />
<meta
property="og:description"
content="A port of Material-UI (MUI) built with Solid.js."
content="A port of Material-UI (MUI) built with SolidJS."
/>
<meta property="og:image" content="https://suid.io/assets/preview.png" />

Expand All @@ -27,7 +27,7 @@
<meta property="twitter:title" content="SUID" />
<meta
property="twitter:description"
content="A port of Material-UI (MUI) built with Solid.js."
content="A port of Material-UI (MUI) built with SolidJS."
/>
<meta
property="twitter:image"
Expand Down
6 changes: 3 additions & 3 deletions packages/site/src/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function HeroText() {
variant="body1"
sx={{ mt: 2, fontSize: is720() ? 16 : 18 }}
>
Power your MUI app by replacing React with Solid.js.
Power your MUI app by replacing React with SolidJS.
</Typography>
</Box>
</Container>
Expand Down Expand Up @@ -244,7 +244,7 @@ export default function HomePage() {
WebkitTextFillColor: "transparent",
}}
>
Solid.js
SolidJS
</Box>{" "}
UI <br />
library <MainText onFinished={() => setFinished(true)} />
Expand All @@ -259,7 +259,7 @@ export default function HomePage() {
</Link>
) built with{" "}
<Link href="https://solidjs.com" target="_blank">
Solid.js
SolidJS
</Link>
.
</Typography>{" "}
Expand Down

0 comments on commit 1a0ba92

Please sign in to comment.