Skip to content

web.components.card #

struct Card #

struct Card {
pub:
	title    string
	subtitle string
	content  string
	url      string
}

fn (Card) html #

fn (card Card) html() string