Skip to content

Commit

Permalink
Docs: Add border styles properties to dictionaries #DS-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 2, 2025
1 parent ca77253 commit 264396b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/DICTIONARIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project uses `dictionaries` to unify props between different components.
## List of Dictionaries

- [Alignment](#alignment)
- [Border Properities](#border-properties)
- [Color](#color)
- [Emphasis](#emphasis)
- [Placement](#placement)
Expand All @@ -25,6 +26,15 @@ This project uses `dictionaries` to unify props between different components.
| AlignmentY | `top`, `center`, `bottom` | AlignmentY |
| AlignmentYExtended | AlignmentY + `stretch`, `baseline` | AlignmentYExtended |

### Border Properties

| Dictionary | Values | Code name |
| ------------- | ----------------------------------------------- | ------------ |
| Border Color | `basic`, `focus` | BorderColor |
| Border Radius | `0`, `100`, `200`, `300`, `400`, `500`, `full`, | BorderRadius |
| Border Style | `solid`, `'dotted'`, `'dashed'` | BorderStyle |
| Border Width | `0`, `100`, `200`, | BorderWidth |

### Color

| Dictionary | Values | Code name |
Expand Down

0 comments on commit 264396b

Please sign in to comment.