NotSimpleUI LogoNotSimpleUI
ComponentsFolders

Layers Folder

A 5-tier sunset ember folder component featuring alternating left/right single tabs, straight rectangular geometry, and a cascading accordion bloom animation.

Preview

Research & Analysis

744

Installation

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

export default function Example() {
  return <LayersFolder title="Research &\nAnalysis" count="744" />;
}

Component Code

Props

PropTypeDefaultDescription
titlestring"Research &\nAnalysis"The main header text displayed in amber gold
countstring | number"744"The count badge displayed beneath the title

On this page