Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit cc132cd

Browse files
author
TheComputerM
committed
chore: add deprecation notice
1 parent fd5ca7d commit cc132cd

File tree

2 files changed

+22
-112
lines changed

2 files changed

+22
-112
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# DISCLAMER
2+
3+
Svelte Materialify is soon to be deprecated is favour of [svelterialjs](https://github.com/svelterialjs/svelterial). My exams are still going on as they were postponed due to the increasing number of CoVID cases in my country.
4+
5+
16
<p align="center">
27
<a href="https://svelte-materialify.vercel.app/" target="_blank">
38
<img alt="Svelte Materialify Logo" width="100" src="logo/logo.svg">

packages/docs/src/routes/index.svelte

Lines changed: 17 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
Icon,
1212
Row,
1313
Col,
14-
Table,
1514
Footer,
15+
Alert
1616
} from 'svelte-materialify/src';
1717
import Meta from '@/components/Meta.svelte';
1818
import { mdiSpeedometer, mdiGithub, mdiPlus, mdiCheckBold, mdiTwitter } from '@mdi/js';
@@ -94,118 +94,23 @@
9494
</Container>
9595
</div>
9696
<br />
97-
<Container class="text-center mt-6 pa-4">
98-
<h2 class="text-h4 mb-2" id="why-svelte-materialify">Why Svelte Materialify</h2>
99-
<p class="title">
100-
Building applications with Svelte has never been easier. Supercharge your development
101-
process with all of the tools you need to succeed.
102-
</p>
103-
<div class="elevation-5 pb-1">
104-
<h3 class="text-h5 pt-3 pb-3">Svelte Framework Comparison 2020</h3>
105-
<Table class="text-left">
106-
<thead>
107-
<tr>
108-
<th>Features</th>
109-
<th>Svelte Materialify</th>
110-
<th>Svelte Material UI</th>
111-
<th>Smelte</th>
112-
<th>Svelte MUI</th>
113-
<th>Sveltestrap</th>
114-
</tr>
115-
</thead>
116-
<tbody>
117-
<tr>
118-
<td>Customisable Components</td>
119-
<td>50+</td>
120-
<td>25+</td>
121-
<td>20+</td>
122-
<td>15+</td>
123-
<td>50+</td>
124-
</tr>
125-
<tr>
126-
<td>Full Accessibility Support</td>
127-
<td>
128-
<Icon path={mdiCheckBold} class="success-text" />
129-
</td>
130-
<td />
131-
<td />
132-
<td />
133-
<td />
134-
</tr>
135-
<tr>
136-
<td>Server Side Rendering support</td>
137-
<td>
138-
<Icon path={mdiCheckBold} class="success-text" />
139-
</td>
140-
<td>
141-
<Icon path={mdiCheckBold} class="success-text" />
142-
</td>
143-
<td>
144-
<Icon path={mdiCheckBold} class="success-text" />
145-
</td>
146-
<td>
147-
<Icon path={mdiCheckBold} class="success-text" />
148-
</td>
149-
<td>
150-
<Icon path={mdiCheckBold} class="success-text" />
151-
</td>
152-
</tr>
153-
<tr>
154-
<td>Long Term Support</td>
155-
<td>
156-
<Icon path={mdiCheckBold} class="success-text" />
157-
</td>
158-
<td />
159-
<td />
160-
<td />
161-
<td />
162-
</tr>
163-
<tr>
164-
<td>Custom Themes</td>
165-
<td>
166-
<Icon path={mdiCheckBold} class="success-text" />
167-
</td>
168-
<td />
169-
<td>
170-
<Icon path={mdiCheckBold} class="success-text" />
171-
</td>
172-
<td>
173-
<Icon path={mdiCheckBold} class="success-text" />
174-
</td>
175-
<td />
176-
</tr>
177-
<tr>
178-
<td>Updates*</td>
179-
<td>Weekly</td>
180-
<td>Bi-Monthly</td>
181-
<td>Monthly</td>
182-
<td>Bi-Monthly</td>
183-
<td>Bi-Monthly</td>
184-
</tr>
185-
<tr>
186-
<td>RTL Support</td>
187-
<td>Planned</td>
188-
<td />
189-
<td />
190-
<td />
191-
<td />
192-
</tr>
193-
<tr>
194-
<td>Business and Enterprise support</td>
195-
<td>Planned</td>
196-
<td />
197-
<td />
198-
<td />
199-
<td />
200-
</tr>
201-
</tbody>
202-
</Table>
203-
<p
204-
class="text-center font-italic text-subtitle-2 grey-text mt-2"
205-
aria-disabled="true">
206-
* Based on average commit frequency as of September 2020
97+
98+
<Container>
99+
<Alert class="error-text" border="left" text>
100+
<h2 class="font-weight-bold">DISCLAMER</h2>
101+
<br />
102+
<p>
103+
Svelte Materialify is soon to be deprecated is favour of <a href="https://github.com/svelterialjs/svelterial">svelterialjs</a>.
104+
My exams are still going on as they were postponed due to the increasing number of CoVID cases in
105+
my country.
207106
</p>
208-
</div>
107+
</Alert>
108+
109+
<p>
110+
I would like to apologize to <a href="https://github.com/hperrin/svelte-material-ui">Svelte Material UI</a> for
111+
posting wrong and outdated information in the comparision table. SMUI 4 is an extremely good alternative to svelte materialify
112+
while the rewrite <a href="https://github.com/svelterialjs/svelterial">Svelterial</a> is still in development.
113+
</p>
209114
</Container>
210115

211116
<Footer class="theme--dark">

0 commit comments

Comments
 (0)