## Card Usage example: ```typescript jsx import { Card } from '@project-1114/ui-kit' export function App(){ return ( some text inside the card ) } ```