-
Notifications
You must be signed in to change notification settings - Fork 48
Description
My first question when I look at a cool new tool is "can I use this?" And your Getting Started page doesn't answer this question, and I think it should.
Your first line is: "LiftKit is a design system based on the golden ratio."
This is concise but not very illuminating.
I think it should then say something like: "It is a javascript library built for React and Next.js."
This clearly explains what layer of the stack this belongs to, and which specific tools on that layer will work with this product.
Why? I build Laravel sites using Laravel Blade templates with Tailwind CSS. You mention tailwind in the mandatory filename that your build system requires, and your utility classes closely mimic tailwind too. This got my hopes up (not your fault - your product looks cool).
So I wanted to know:
a) is LiftKit compatible with Tailwind?
b) is LiftKit compatible with Laravel Blade?
As far as I can tell, the answer is NO to both questions, but it sure would have been nice to understand this up front and not have to spend 15 minutes reading half your (very nice) site to find this out.
Thanks.