feat: add column size attribute (#455)
This commit is contained in:
parent
c39eee4368
commit
66d456f552
6 changed files with 51 additions and 10 deletions
|
@ -4,6 +4,14 @@ title: Columns
|
|||
|
||||
The Columns shortcode can be used to organize content side-by-side (horizontally) for better readability.
|
||||
|
||||
## Attributes
|
||||
|
||||
| Name | Description | default |
|
||||
| --------------- | ------------------------------------------------ | ------- |
|
||||
| size (optional) | size of the first column (small\|regular\|large) | regular |
|
||||
|
||||
## Usage
|
||||
|
||||
```html
|
||||
{{</* columns */>}} <!-- begin columns block -->
|
||||
## Left Content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue