import { Screen, View, Text, Badge, Button } from '../index'; export const BadgeExamples = () => { return ( Badge Examples {/* Badge Variants */} Variants Filled Outlined {/* Badge Sizes */} Sizes Small Medium Large {/* Badge Colors */} Colors Blue Green Red Orange Gray Purple {/* Badge Color Shades */} Color Shades Blue 200 Blue 500 Blue 800 Green 100 Green 600 Green 900 {/* Dot Badges */} Dot Badges {/* Number Badges */} Number Badges 1 5 99+ 42 {/* Status Badges */} Status Badges ACTIVE PENDING INACTIVE DRAFT REVIEW {/* Combined with Other Components */} With Other Components Notifications 3 Messages 12 Status Online 99+ {/* Category Badges */} Category Badges React TypeScript JavaScript CSS HTML {/* Badges with Icons */} Badges with Icons Info Success Error Warning {/* Icon-only Badges */} Icon-only Badges {/* Status Badges with Icons */} Status with Icons VERIFIED PENDING REJECTED SENT {/* Outlined Badges with Icons */} Outlined with Icons Download Upload Delete Share ); };