|
11 | 11 | Icon,
|
12 | 12 | Row,
|
13 | 13 | Col,
|
14 |
| - Table, |
15 | 14 | Footer,
|
| 15 | + Alert |
16 | 16 | } from 'svelte-materialify/src';
|
17 | 17 | import Meta from '@/components/Meta.svelte';
|
18 | 18 | import { mdiSpeedometer, mdiGithub, mdiPlus, mdiCheckBold, mdiTwitter } from '@mdi/js';
|
|
94 | 94 | </Container>
|
95 | 95 | </div>
|
96 | 96 | <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. |
207 | 106 | </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> |
209 | 114 | </Container>
|
210 | 115 |
|
211 | 116 | <Footer class="theme--dark">
|
|
0 commit comments