## Divider Props | Name | Type | Default | Required | Description | | -------- | ----------------------------- | ---------- | -------- | ----------------------------------------- | | layout | `'h'\|'v'` | `'h'` | N | Divider type, horizontal h/vertical v. | | px | `'0'\|'4'\|'8'\|'16'\|'36'` | `'0'` | N | Left and right padding (horizontal only). | | py | `'0'\|'4'\|'8'` | `'4'` | N | Height (horizontal only). | | text | `string` | `''` | N | Text content (horizontal only). | | align | `'left'\|'center'\|'right'` | `'center'` | N | Text position (horizontal only). | | line | `'solid'\|'dashed'\|'dotted'` | `'solid'` | N | Line style. | | weight | `'1'\|'2'\|'4'` | `'1'` | N | Line thickness. | | mx | `'1'\|'2'\|'4'` | `'1'` | N | Left and right margin (vertical only). | | injClass | `string` | `''` | N | Inject CSS class name. |