Content Blocks Showcase
Explore all available content block components for structuring and highlighting information in your documentation.
π― Admonitions / Callout Boxesβ
Standard Admonitionsβ
Note: General information that users should be aware of. Supports full markdown with inline code
and links.
Tip: Helpful suggestions and best practices for optimal usage.
Information: Additional context and supplementary details about features.
Warning: Important cautions that require user attention.
Danger: Critical alerts for potentially destructive operations.
Custom Titles and Nestingβ
You can customize the title of any admonition by adding text in square brackets.
Nested admonitions are possible for complex information hierarchies:
This is a nested information block inside a tip.
:::
MDX Component Styleβ
You can also use the Admonition component directly in MDX for more control over styling and content.
Our BXβAXβPX framework transforms traditional development into Web3-powered experiences.
π¨ Details/Summary Blocksβ
Click to expand basic details
This is hidden content that appears when clicked. Perfect for:
- FAQ sections
- Advanced configuration options
- Additional context without cluttering the main content
π§ Advanced Configuration Options
// Configuration example
export default {
theme: 'zen-plus',
colors: {
primary: '#00A1F1', // BigSis Blue
secondary: '#FE5F00', // Bro Orange
accent: '#7E3AF2', // LilSis Purple
success: '#3EB85F' // CBO Green
}
};
π Quote Blocksβ
"The future of Web3 development lies in the seamless integration of AI and blockchain technologies."
β Proper Labs Vision
Multi-line Quote Example:
Building the bridge between traditional development and decentralized innovation requires more than just technical expertiseβit demands vision, creativity, and a commitment to transforming how we build software.
π Card Componentsβ
Feature Cardβ
BX Framework
Build Experience focuses on creating robust, scalable foundations for Web3 applications.
Feature Cardβ
AX Framework
Adoption Experience ensures seamless user onboarding and intuitive interactions.
π Info Boxes with Iconsβ
Innovation
Pushing boundaries with AI-powered Web3 solutions
Performance
Optimized for speed and scalability
Security
Enterprise-grade protection for Web3 assets
Global Reach
Borderless solutions for worldwide adoption
π― Hero Sectionsβ
Welcome to Proper Labs
Building the Future of Web3 + AIβ
Transform your ideas into decentralized reality with our comprehensive framework and cutting-edge tools.
π Lists with Custom Stylingβ
β Feature Checklistβ
β Completed: User authentication system β Completed: Smart contract integration π§ In Progress: AI model deployment π Planned: Multi-chain support π Planned: Advanced analytics dashboard
π― Numbered Process Stepsβ
1 Initialize Project - Set up your development environment
2 Configure Framework - Apply BXβAXβPX methodology
3 Deploy & Scale - Launch your Web3 application
π·οΈ Badge Componentsβ
π Table Layoutsβ
Component | Status | ZEN+ Support | Usage |
---|---|---|---|
Admonitions | β Stable | Full | High |
Cards | β Stable | Full | High |
Details | β Stable | Full | Medium |
Quotes | β Stable | Partial | Low |
Heroes | π§ Beta | Full | Medium |
Badges | β Stable | Full | High |
- Use admonitions for important callouts and warnings
- Implement cards for feature showcases and navigation
- Add details/summary for collapsible content
- Style quotes for testimonials and key statements
- Design hero sections for landing pages
- Apply badges for status indicators