Finn/react-component-library

A custom react/TypeScript component library called FinnUI

About

I built a custom react component library to share all of my components with everyone. It was built using shadcn's registry feature which I had to learn to use from scratch. I add new components from time to time, each component comes with props such as variant and size so that the user can make the compoennt fit with the rest of their website. I also built fully custom documentation pages using typescript with details outlining how to get started and how to use each component in their own projects

TypeScriptTypeScriptReactShadcnLive Site

Highlights

  • Reusable components that anyone can use
  • Components set up to accept a range of props
  • Fully custom documentation pages built from scratch