n

na-arabox

@preview

A package for creating Arabic RTL boxes with customizable styles and shadow effects.

v0.1.0
MIT

Package Information

Last Updated
Categories
layout

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/na-arabox:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/na-arabox:0.1.0": *

Version History

0.1.0
d0c34182c7e1...

na-arabox

na-arabox is a Typst package for creating Arabic boxes that support Right-to-Left (RTL) text direction.

Features

  • RTL Support: Designed specifically for Arabic content.
  • Customizable: Control title, colors, radii, and more.
  • Shadow Effect: Optional shadow to give depth to your boxes.

Usage

#import "@preview/na-arabox:0.1.0": na-arabox

#na-arabox(
  title: "ملاحظة",
  [هذا محتوى الصندوق باللغة العربية.]
)

// With shadow effect:
#na-arabox(
  title: "تنبيه",
  shadow: true,
  [هذا صندوق مع تأثير ظل.]
)