
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.
@pagedotapp/page-faqaccordion-section
Advanced tools
PageFAQAccordionSection - A reusable React component
A reusable faqaccordionsection component for React applications.
npm install @pagedotapp/page-faqaccordion-section
import { PageFAQAccordionSection } from "@pagedotapp/page-faqaccordion-section"
function App() {
return (
<PageFAQAccordionSection variant="primary" size="medium">
PageFAQAccordionSection Content
</PageFAQAccordionSection>
)
}
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | - | Component children |
className | string | '' | Additional CSS class name |
variant | 'default' | 'primary' | 'secondary' | 'default' | Component variant |
size | 'small' | 'medium' | 'large' | 'medium' | Component size |
disabled | boolean | false | Disabled state |
<PageFAQAccordionSection variant="default">Default</PageFAQAccordionSection>
<PageFAQAccordionSection variant="primary">Primary</PageFAQAccordionSection>
<PageFAQAccordionSection variant="secondary">Secondary</PageFAQAccordionSection>
<PageFAQAccordionSection size="small">Small</PageFAQAccordionSection>
<PageFAQAccordionSection size="medium">Medium</PageFAQAccordionSection>
<PageFAQAccordionSection size="large">Large</PageFAQAccordionSection>
<PageFAQAccordionSection disabled>Disabled</PageFAQAccordionSection>
The component uses CSS modules for styling. You can override styles by passing a custom className or by targeting the component's CSS classes in your global styles.
To run the component in development mode:
npm run storybook
To run tests:
npm run test
To lint the component:
npm run lint
FAQs
PageFAQAccordionSection - A reusable React component
We found that @pagedotapp/page-faqaccordion-section demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.