NotSimpleUI LogoNotSimpleUI
ComponentsFolders

Books Folder

A two-tone green folder component with stacked cascading vintage notebook pages and spring interactive animations.

Preview

Books

Classic, Mystery & More & Etc

Installation

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

export default function Example() {
  return <BooksFolder title="Books" subtitle="Classic, Mystery\n& More & Etc" />;
}

Component Code

Props

PropTypeDefaultDescription
titlestring"Books"The title text displayed on the front cover
subtitlestring"Classic, Mystery\n& More & Etc"The secondary category text on the bottom right

On this page