/typst-components

🐦 Reusable, pre-styled components for typst

Primary LanguageTypstCreative Commons Zero v1.0 UniversalCC0-1.0

Typst Components

🐦 Reusable, pre-styled components for typst

Inline Code

#code(
  "if(success) { return [>=, <=, ===, !=, ***]; }",
  background: tailwind.violet-300,  // Default: #rgb("#d2f0d4")
  foreground: tailwind.neutral-900, // Default: #rgb("#000000")
)

Inline Code

Boxed Link

#boxed_link(
  "https://github.com/Az-21/",
  background: tailwind.emerald-900, // Default: #rgb("#d2e7f0")
  foreground: tailwind.emerald-100, // Default: #rgb("#000000")
  size: 12pt,                       // Default: 10pt
  width: 50%,                       // Default: 100%
)

Boxed Link

Favorite Packages

Other Typst Repos

Typst Material You

Utility to parse material you theme for typst Get it on https://github.com/Az-21/typst-material-you