BuouNext
  • Features
  • DocumentsNew
  • BrutalUINew
  • ShowcaseHot
  • Pricing
  • Blog

    Getting Started

    Introduction

    BuouNext Instruction

    InstallationRun BuouNextProject StructureComponentsAuthenticationEmailAPI CallsDatabasePaymentSEO OptimizationHeadless CMSContact

    AI Instruction

    AI ImageNewAI ChatbotNewAI SearchNewAI NotionNew

    Components

    Super ClockNewFloating DockNewAI Image CompareNewAvatar ListNewClockNewDarkModeNewStepperNewRotation AvatarNewButton with TrailNewDotNewGridNewCounter CardNewMarquee CardNewProfile CardNewBento gridNewBorder Trail CardNewBuouNext FeaturesNewColor CardNewMouse FollowingNewColor GridNewAnimotion In View CardNewLevitate CardNewReorder CardNewGenerate TextNewSmooth Fliping NumberNewSmooth Fliping TextNewSmooth Typing TextNewTyping TextNewWindow Typing TextNewFade In OutNewText DropNewScalingNew
    Docs
    Animation Features of Bento grid

    Animation Features of Bento grid

    Animation Features of Bento grid

    Loading...

    Installation

    Install the following dependencies:

    npm install framer-motion

    Copy and paste the cn util code into your project.

    import { ClassValue, clsx } from "clsx"
    import { twMerge } from "tailwind-merge"
     
     
    export function cn(...inputs: ClassValue[]) {
      return twMerge(clsx(inputs))
    }
     

    Copy and paste the Button code into your project.

    The Bento Grid Button is in Button

    Copy and paste the features code into your project.

    API Reference

    BentoGrid Props

    PropTypeDescription
    childrenReact.ReactNodeThe content of the BentoGrid.
    classNamestringAdditional classes for the BentoGrid.

    BentoCard Props

    PropTypeDescription
    classNamestringAdditional classes for the BentoCard.
    titlestring | React.ReactNodeBentoCard title.
    descriptionstring | React.ReactNodeBentoCard describtion.
    headerReact.ReactNodeBentoCard header.
    IconBentoCard icon.
    hrefstringBentoCard href
    ctastringBentoCard cta

    Usage

     
    export function BentoDemo() {
      return (
        <BentoGrid>
          {features.map((feature, idx) => (
            <BentoCard key={idx} {...feature} />
          ))}
        </BentoGrid>
      )
    }
    Profile CardBorder Trail Card
    Calendar
    Use the calendar to filter your files by date.
    Learn more
    Cloud Sync
    Access your files from anywhere with real-time sync.
    Learn more
    Advanced Security
    Keep your files secure with end-to-end encryption.
    Learn more
    Real-time Collaboration
    Collaborate with team members in real-time.
    Learn more
    Customizable Settings
    Personalize your experience with extensive settings.
    Learn more
    Multi-Language Support
    Use the app in over 20 different languages.
    Learn more
    Favorites
    Quickly access your most important files.
    Learn more