website refactor
This commit is contained in:
@@ -4,7 +4,7 @@ import { Box } from './primitives/Box';
|
||||
|
||||
export interface CardProps extends Omit<SurfaceProps<'div'>, 'children' | 'title' | 'variant'> {
|
||||
children: ReactNode;
|
||||
variant?: 'default' | 'dark' | 'muted' | 'glass' | 'outline';
|
||||
variant?: 'default' | 'dark' | 'muted' | 'glass' | 'outline' | 'rarity-common' | 'rarity-rare' | 'rarity-epic' | 'rarity-legendary';
|
||||
title?: ReactNode;
|
||||
footer?: ReactNode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user