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
Name | Type | Default | Description |
---|---|---|---|
children | ReactNode | - | The content to be displayed in the button. |
className | string | - | Additional classes. |
containerClasseName | string | - | Additional classes for the child div of the section. |