📄️ Overview
The component documentation is still being finalized. However, you can find all available components in the src/components directory, as shown in the folder structure. To start exploring the components, begin with those in the src/components/Layout directory, as these are the ones you will reuse the most.
📄️ Background Wrapper
`` applies a selectable background style to its child components.
📄️ Boundary Box
`` ensures consistent boundaries of its children on all screen sizes.
📄️ Divider
The ` component adds a horizontal line with spacing and optional text. You can assign an optional id to it for linking to a specific anchor, such as #hello. It can also be used invisibly, serving solely as an anchor like #hidden`.
📄️ Site Hero
The `` component is used to define the header banner and title of each page. You can configure it by passing the following properties: a title, a description, and a banner type.
📄️ SpacerBox
` is one of the most simple components but still so helpful. It gives you the ability to add additional spacing between components. You can pass a size parameter or use the default which is small`.