-
-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Description
Currently, Jaspr users must style and/or hookup external frameworks like TailwindCSS to be able to style their components. This is powerful, but it does come with the fact that users might feel a bit too overwhelmed.
Especially coming from Flutter, having to restyle every component from the bottom up sounds very tedious. I propose an optional package within Jaspr that is tied directly in with Jaspr that comes with prestyled components similar to a component library.
It makes prototyping easier while also giving devs coming from Flutter and other frameworks where its more focused on layout an easier time.
I'm happy to work and contribute to its development
Things to support:
- Prestyled components (buttons, forms)
- Themes (color palettes)
- Icon management (loading icons from SVGs)
Additional Context
A great design language right now would definitely be using Jaspr's website.
Following component libraries from React like antdesign and Material design are great inspirations as they are well known for developers to start prototyping with.
- Material UI - React
- Ant Design - React
- Chakra UI - React
- Fluent UI - Flutter
- Material 3 Design - Flutter