BookmarkListComposable

fun BookmarkListComposable(modifier: Modifier, state: BookmarkListState, onAddBookmark: () -> Unit, onBookmarkClick: (Bookmark) -> Unit, onRenameBookMark: (Bookmark, String) -> Unit, onDeleteConfirmed: (Bookmark) -> Unit, onItemMoved: (Bookmark, Int) -> Unit)

Composable with the actual list of bookmarks and the bottom bar. This also handles swipe to delete and drag to reorder list