-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
primeui to SVELTE #297
Comments
x2 |
i hope |
x3 |
x4 |
Waiting .. |
x6 |
x7 |
x9 |
x10 |
x11 |
X12 |
Please .. prime ui tô svelte kit |
I have been very tempted to make a Prime Svelte 3rd party fork myself, but I lack the time it would take to maintain it afterwards. |
x14 |
x16 |
I started a private repo and recreated several components, but it is very very tedious to do on your own. I noticed that Prime's components really build on top of eachother. In order to have badges on buttons and avatars you have to first create a badge. You have to have a dropdown component before you can have a SplitButton, AutoComplete, or Dropdown. You have to create a Paginator before the Table component. The list goes on. Creating the elements is the easy part, that's just a matter of inspecting Prime's examples and using the same classes. If you use the same classes it is compatible with any of their CSS packs. The hard part is finding out and building the tree of base components that all other components need. Not only that, but each component is so flexible. If you add a badge to a button, the classes applied and layout change. It is definitely possible, but even after reverse-engineering all of it, you'd still be looking at full-time maintenance without Prime's help. I think we can all agree that there are plenty of UI component libraries out there for Svelte or even tailwind. What we are really needing are form libraries. Validation libraries exist, but none that include form UI components like Prime does. |
x17 |
x18 |
x19 |
x20 |
X21 |
x22 |
X23 |
x24 |
x25 |
x26 |
x27 |
x28 |
x29 |
x52 |
x53 |
x54 |
x55 |
x56 |
x57 |
x58 |
X59 |
X60 |
X61 |
x62 |
x63 |
x64 |
x65 |
x66 |
X67 |
x68 |
x69 |
nice x70 |
x71 |
x1453 |
x72 |
X100 |
I started a svelte version of primereact a few monthes ago. Today I move this "under construction" project from "private" to "public" on GitHub. It's my first open source project and I do this for fun to learn svelte ! So there are certainly a lot of things to take back and code to improve, Github setup to change... Do not hesitate to share your comments with me to make this project grow |
x101 |
x102 |
x103 |
X104 |
x105 |
is it possible to have a version of primeui for svelte?
The text was updated successfully, but these errors were encountered: