
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@bolttech/atoms-section-header
Advanced tools
The **SectionHeader** component is a React component designed to provide a header for sections with an optional icon or background illustration. This component allows you to create visually appealing section headers with customizable titles and decorative
The SectionHeader component is a React component designed to provide a header for sections with an optional icon or background illustration. This component allows you to create visually appealing section headers with customizable titles and decorative elements.
To use the SectionHeader component in your React application, you need to follow these steps:
npm install @bolttech/frontend-foundations @bolttech/atoms-section-header
or
yarn add @bolttech/frontend-foundations @bolttech/atoms-section-header
Once you have the required dependencies installed, you can start using the SectionHeader component in your React application.
The SectionHeader component provides a visually appealing section header with an optional icon or background illustration. It supports customization through various props.
To use the component, import it and include it in your JSX:
import React from 'react';
import {SectionHeader} from '@bolttech/atoms-section-header';
import {bolttechTheme, BolttechThemeProvider} from "@bolttech/frontend-foundations";
function App() {
return (
<BolttechThemeProvider theme={bolttechTheme}>
<SectionHeader
title="Welcome to our Section"
icon={<YourIconComponent/>}
background={<YourBackgroundComponent/>}
dataTestId="section-header-component"
/>
</BolttechThemeProvider>
);
}
export default App;
The SectionHeader component accepts the following props:
| Prop | Type | Description |
|---|---|---|
dataTestId | string | The data-testid attribute for testing purposes. |
title | string | The title text of the section header. |
icon | ReactNode | An optional icon component to be displayed. |
background | ReactNode | An optional background illustration component. |
Here's an example of using the SectionHeader component:
<SectionHeader
title="Discover Our New Collection"
icon={<Icon name="bookmark" />}
background={<Illustration src={illustrationUrl} />}
dataTestId="section-header-component"
/>
This will render a SectionHeader component with a title, an icon, and a background illustration.
Contributions to the SectionHeader component are welcome. If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the project's Bitbucket repository.
FAQs
The **SectionHeader** component is a React component designed to provide a header for sections with an optional icon or background illustration. This component allows you to create visually appealing section headers with customizable titles and decorative
The npm package @bolttech/atoms-section-header receives a total of 33 weekly downloads. As such, @bolttech/atoms-section-header popularity was classified as not popular.
We found that @bolttech/atoms-section-header demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.