I’ve been slowly working on my own shadcn/ui registry while learning more about the whole component distrubution setup at work. So far I have the following components:
<InfoList />
A list component with support for items, headers, and icons slots.
<InlineText />
An inline text component with an icon slot that wraps perfectly with the text.
<PricingTable />
A pricing table component with support for monthly/yearly pricing.