Skip to content

Commit

Permalink
Remove redundant documentation
Browse files Browse the repository at this point in the history
Documentation page is better suited for this and it
already explains grid layouts in detail.
  • Loading branch information
MisRob committed Sep 20, 2024
1 parent 80dbcb1 commit 3f42452
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/cards/KCardGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,7 @@
props: {
/**
* Sets the base grid layout.
*
* Options: `'1-1-1'`, `'1-2-2'`, and `'1-2-3'`.
*
* `'1-1-1'` grid shows 1 card per row on all screen sizes.
*
* `'1-2-2'` grid shows 1 card per row on smaller screens
* and 2 cards per row on medium and larger screens.
*
* `'1-2-3'` grid shows 1 card per row on smaller screens,
* 2 cards per row on medium screens, and 3 cards per row
* on larger screens.
*/
// eslint-disable-next-line kolibri/vue-no-unused-properties
layout: {
Expand Down

0 comments on commit 3f42452

Please sign in to comment.