aboutsummaryrefslogtreecommitdiff
path: root/src/components/list/list.vue
Commit message (Collapse)AuthorAge
* interactive lists & non-interactive listsHenry Jameson2024-02-29
|
* implement list item stylesHenry Jameson2024-02-29
|
* Make block & mute lists able to load moretusooa2023-02-21
|
* Use stylelinttusooa2023-01-09
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* add header to selectable-list componenttaehoon2019-04-17
|
* remove border-bottom of the last list itemtaehoon2019-04-17
|
* show empty slot only if it has contenttaehoon2019-04-17
|
* let not selectable-list know about getKey proptaehoon2019-04-17
|
* clean uptaehoon2019-04-17
|
* refactor selectable-list using list componenttaehoon2019-04-17
|
* add border-bottom style to the list component as welltaehoon2019-04-17
|
* use reusable List vue component instead of withList hoctaehoon2019-04-17
Using slot is the preferred way in vue