Section

Displays content in the page with predefined padding and margin.

Why Choose Ready.js

Everything You Need to Launch and Grow Your Side Project

Usage

import { Section } from "@/app/_components/ui/section";
<Section>{children}</Section>

Props

NameTypeDefaultDescription
childrenReactNode-The content to be displayed in the button.
classNamestring-Additional classes.
containerClasseNamestring-Additional classes for the child div of the section.