NotSimpleUI LogoNotSimpleUI
ComponentsFolders

Progress Folder

An interactive folder component that displays progress and animated layers on hover with a hidden signature reveal.

Preview

Your Process

You're Doing Great !

78%

Installation

import { ProgressFolder } from "@/components/folders";

export default function Example() {
  return <ProgressFolder progress={78} subtitle="Your Process" title="You're Doing\nGreat !" />;
}

Component Code

Props

PropTypeDefaultDescription
progressnumber78The percentage value to display
subtitlestring"Your Process"The small orange text above the title
titlestring"You're Doing\nGreat !"The main text displayed on the folder front

On this page