## Divider Props | Property | Type | Default | Options | Required | Description | | -------- | ------ | -------- | ------------------- | -------- | -------------------------------------------------------------------- | | layout | String | 'h' | h/v | No | The Orientation of Divider, horizontal or vertical | | px | String | '4' | 0/4/8/16/36 | No | Left and right paddings (only available for horizontal divider) | | py | String | '4' | 0/4/8 | No | Height (only available for horizontal divider) | | text | String | '' | - | No | Text content (only available for horizontal divider) | | align | String | 'center' | left/right/center | No | Text alignment (only available for horizontal divider) | | line | String | 'solid' | solid/dashed/dotted | No | Line style | | weight | String | '1' | 1/2/4 | No | Line thickness | | mx | String | '1' | 1/2/4 | No | Spacing between left and right (only available for vertical divider) | | injClass | String | '' | Class | No | CSS class name to be injected |