ComingSoon Component Demo
This page demonstrates the ComingSoon component in action, which is used throughout the documentation for sections that are under development.
Basic Usage
Default Component
🚧 Under Construction
The section feature is currently being developed.
Check back soon or contact support for more information.
With Custom Feature Name
🚧 Under Construction
The Advanced Analytics Dashboard feature is currently being developed.
Check back soon or contact support for more information.
With Expected Date
🚧 Under Construction
The Machine Learning Integration feature is currently being developed.
Expected release: Q2 2024
Check back soon or contact support for more information.
Implementation
The ComingSoon component accepts the following props:
feature(optional): Name of the feature being developedexpectedDate(optional): Expected release timeframe
Example Usage in MDX
import ComingSoon from '@site/src/components/ComingSoon';
<ComingSoon
feature="Post-Processor Configuration"
expectedDate="Next Release"
/>
Styling
The component features:
- Responsive design that adapts to mobile screens
- Dark mode support
- Hover effects for better interactivity
- Professional gradient background
- Consistent typography following AddPath design system