Skip to content

Az-21/typst-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🐦 Reusable, pre-styled components for typst

Topics

Resources

License

Stars

Watchers

Forks

Languages