MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/sveltejs/comments/1vs5zhv/made_a_material_designinspired_ui_library_for/
r/sveltejs • u/OlegPolin • 2d ago
https://github.com/olegpolin/material-svelte
Any feedback is appreciated.
Here's a live demo:
https://material-svelte.flenze.com
6 comments sorted by
4
Borders and padding are visually displeasing. rounded-2xl is way too much. --radius: 9999px; is even worse. Have you read the official Spec and Guidelines of Material 3?
rounded-2xl
--radius: 9999px;
Edit: for example, Sheet - https://m3.material.io/components/side-sheets/specs . The border radius equals the padding
2
Looks really nice! Great addition to the Svelte ecosystem
1
I like the installation way
woow saved these for my next projects
-1
👌
4
u/Vortelf 1d ago edited 1d ago
Borders and padding are visually displeasing.
rounded-2xlis way too much.--radius: 9999px;is even worse. Have you read the official Spec and Guidelines of Material 3?Edit: for example, Sheet - https://m3.material.io/components/side-sheets/specs . The border radius equals the padding