Open CatherineKiiru opened 3 months ago
I worked on this a bit on a fork. A few questions / things I noticed:
Thanks!
hey @jimthedev sorry for missing these questions!
For some general context- we've ported code over from our old site which used Gatsby / Tailwind. The new site uses NextJS and Radix UI as the primary style library, with some tailwind sprinkled ontop if necessary. Going for progress and code clarity over pixel perfection.
radius
property on Radix's Button component should do the trick.svg
, but let's make that an issue to tackle later if the png
works for now?color
attribute. Finally, if necessary you might need to use Tailwind or directly set the colors for complex use cases, but I'd try to avoid this as much as possible. See the donate page's Campaign Card component for an example of this. It's also ok to break with the designs to keep the code simple and we can re-evaluate in an iteration if necessary.
Description
In the donate landing section, there are three buttons we need as reusable components design.
Components needed
Good Practice