From 7f6c93de2843aeb52ce5b4a4b70d847c9eff201e Mon Sep 17 00:00:00 2001 From: Fabien MARIE-LOUISE Date: Tue, 9 May 2023 18:17:04 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index c96d8056..e208f17b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@

-

The SolidJS component library you've hoped for

-

Language grade: JavaScript @@ -24,23 +22,9 @@

-Hope UI is a composable and accessible component library that gives you the foundation to build your next SolidJS application. - # ⚠️ WARNING ⚠️ -Hope UI is in a rewrite process, focus will be on the next major version (`v1.0`) and no new feature will be added to `v0.x`. - -Hope UI is **moving away** from CSS-in-JS and style props (Chakra UI like) API, if this is something important to you, consider switching to another solution. - -This project is not ready for production, use at your own risk. - -## Why use Hope UI ? - -- **Ready to go**: Start your project with over 40 well designed SolidJS components. -- **Composable**: Compose your UI with reusable building blocks. -- **Accessible**: Hope UI follows WAI-ARIA standards, helping you to reach the largest audience possible with less effort. -- **Themeable**: Use Hope UI's design system or customize it using the theming features. -- **Dark mode**: Add dark mode support to your app with just a few lines of code. All components are built with dark mode in mind. +Hope UI is no longer maintained. Focus is on the developement of it's successor: https://github.com/kobaltedev/pigment. ## Documentation From 24b9c42d4189ae70bd9cf8cc51ac28e97d57f14e Mon Sep 17 00:00:00 2001 From: Fabien MARIE-LOUISE Date: Tue, 9 May 2023 18:18:49 +0200 Subject: [PATCH 2/3] Update landing-page.tsx --- apps/docs/src/pages/landing-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/pages/landing-page.tsx b/apps/docs/src/pages/landing-page.tsx index 00ae49e8..6a02a7ea 100644 --- a/apps/docs/src/pages/landing-page.tsx +++ b/apps/docs/src/pages/landing-page.tsx @@ -317,7 +317,7 @@ export default function LandingPage() { color: "$danger11", }} > - Starting from 1.0 Hope UI is moving away from CSS-in-JS and the style props API, if this is something important to you please consider moving to another solution. + Hope UI is no longer maintained. Focus is on the developement of it's successor: Pigment. From 15faaecefa5802e5d24d679e938e7fbbdcf06ddc Mon Sep 17 00:00:00 2001 From: Fabien MARIE-LOUISE Date: Tue, 9 May 2023 18:19:36 +0200 Subject: [PATCH 3/3] Update App.tsx --- apps/docs/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/App.tsx b/apps/docs/src/App.tsx index 9fb184a1..4a58d0bf 100644 --- a/apps/docs/src/App.tsx +++ b/apps/docs/src/App.tsx @@ -110,7 +110,7 @@ function AppLayout() { color: "$danger11", }} > - Starting from 1.0 Hope UI is moving away from CSS-in-JS and the style props API, if this is something important to you please consider moving to another solution. + Hope UI is no longer maintained. Focus is on the developement of it's successor: Pigment.