Moriafly / SaltUI

UI Components for Compose Multiplatform (Android/Desktop/iOS)
Apache License 2.0
231 stars 11 forks source link

Deeply remove compose-material #7

Open oxyroid opened 6 days ago

oxyroid commented 6 days ago

I think this library should not depend on material and material3 libraries.

Moriafly commented 6 days ago

Thanks for your suggestion, I agree with you

I am thinking about how to remove the material, such as whether to add a param setting for the click effect (Material Ripple) and whether to keep material3 colors -> salt colors

oxyroid commented 5 days ago

You can just copy the source code what you need

Moriafly commented 5 days ago

We have removed the compose-material: https://github.com/Moriafly/SaltUI/pull/9/ Android also depend on material (BottomSheet) and compose-material 3 (ColorScheme)

oxyroid commented 3 days ago

Hi. I leave some comments in the PR.