@razorpay/blade-mcp
Version:
Model Context Protocol server for Blade
16 lines (8 loc) • 908 B
Markdown
# When to use General Documentation
General documentation contains fundamental guides and references for using Blade design system effectively.
## Usage
The Usage guide covers the core fundamentals of implementing Blade in your application. It includes setup instructions for `BladeProvider` and how to do initial setup of blade in your app.
## AvailableIcons
A reference of which all icons are available in the blade design system. This includes usage examples showing how to import icons, use them in components with icon props, and implement them as standalone components.
## WhiteLabelling
Documentation for customizing Blade's theme to match different brands using the `createTheme` function. This guide explains how to create custom branded themes with your own brand colors while maintaining support for both light and dark color schemes. You don't need to follow this unless explicitly asked.