# post-carousel/4.0.8/src/components/proInfo/proInfo.js

Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog &amp; News, version 4.0.8. 10 lines.

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.8/code/src/components/proInfo/proInfo.js
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.8/raw/src/components/proInfo/proInfo.js
- Modified: 2026-09-02T10:51:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/post-carousel/4.0.8/code/src/components/proInfo/proInfo.js#L10-L20`.

```javascript
import "./editor.scss";
const ProInfo = ({children}) => {
    return (
        <div className="sp-smart-pro-info">
            {children}
        </div>
    );
}

export default ProInfo;
```
