Content pfp
Content
@
0 reply
0 recast
0 reaction

Jacob pfp
Jacob
@jrf
I'm beginning to see the limitations of CSS for general designs and styles What's the next level above that for the Astro framework? (I can do some design in Figma and Photoshop, plugins welcome)
3 replies
1 recast
6 reactions

alex pfp
alex
@alexgrover.eth
Generally, people build design systems using atomic design - you design and build a reusable button or form element, and then you plug that in everywhere without writing more CSS https://atomicdesign.bradfrost.com/chapter-2/
1 reply
1 recast
4 reactions

alex pfp
alex
@alexgrover.eth
The easiest way to do this for an MVP is to use an off-the-shelf component library, like shadcn/ui, material design, or chakra There are also “headless” component libraries that help with functionality but you style yourself, which are meant for more customization. Like Radix, HeadlessUI
1 reply
0 recast
1 reaction