Vi flyttar från butik till nätet - så funkar det framåt
The Traitor Queen | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Danielle L. Jensen
- Betyg:
119
kr
Skickas inom 0-2 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
HER HUSBAND IS IMPRISONED. WHAT WILL SHE RISK TO SAVE HIM?
. . . DISCOVER THE SPELLBINDING DARK FANTASY TIKTOK SENSATION
'Do not walk to pick up this book. Run' JENNIFER L. ARMENTROUT, bestselling author of FROM BLOOD AND ASH
'The brilliant writing style, the pure angst and heartache; lust and longing - wow!' 5***** READER REVIEW
'This book is EPIC. I'm in love with this series' 5***** READER REVIEW
___________
A QUEEN IN EXILE AS A TRAITOR . . . Lara has watched Ithicana be conquered by her own father. But when she learns her husband, Aren, has been captured in battle, Lara knows her father is only keeping him alive to lure in his traitorous daughter.
It is bait she fully intends to take. Risking her life, Lara returns to free the Bridge Kingdom and its king using her father's greatest weapons - her warrior sisters. But her greatest adversary of all might be the very man she's trying to free.
Now Lara must decide who she is fighting for: her kingdom, her husband, or herself . . .
___________
'So good I didn't want it to end. This book left me crying so hard' 5***** READER REVIEW
'Absolutely phenomenal. These characters don't just jump out the page, they leap' 5***** READER REVIEW
PRAISE FOR THE BRIDGE KINGDOM SERIES
'Exquisite, phenomenal and sexy' Olivia Wildenstein, USA Today bestselling author of Feather
'An epic, action-packed tale of love, revenge, and betrayal' Jennifer Estep, New York Times bestselling author of Kill the Queen
'Heart-pounding romance and intense action wrapped in a spellbinding world. I was hooked from the first page!' Elise Kova, USA Today bestselling author of A Deal with the Elf King
PRAISE FOR DANIELLE L. JENSEN
'Richly-woven, evocative and absolutely impossible to put down . . . I loved every word' Sarah J. Maas, bestselling author of A Court of Thorns and Roses
'Stellar world-building and multidimensional characters' Kirkus
'Stunning world-building, a vivid cast of secondary characters, and a steamy slow-burn romance' Bookist
. . . DISCOVER THE SPELLBINDING DARK FANTASY TIKTOK SENSATION
'Do not walk to pick up this book. Run' JENNIFER L. ARMENTROUT, bestselling author of FROM BLOOD AND ASH
'The brilliant writing style, the pure angst and heartache; lust and longing - wow!' 5***** READER REVIEW
'This book is EPIC. I'm in love with this series' 5***** READER REVIEW
___________
A QUEEN IN EXILE AS A TRAITOR . . . Lara has watched Ithicana be conquered by her own father. But when she learns her husband, Aren, has been captured in battle, Lara knows her father is only keeping him alive to lure in his traitorous daughter.
It is bait she fully intends to take. Risking her life, Lara returns to free the Bridge Kingdom and its king using her father's greatest weapons - her warrior sisters. But her greatest adversary of all might be the very man she's trying to free.
Now Lara must decide who she is fighting for: her kingdom, her husband, or herself . . .
___________
'So good I didn't want it to end. This book left me crying so hard' 5***** READER REVIEW
'Absolutely phenomenal. These characters don't just jump out the page, they leap' 5***** READER REVIEW
PRAISE FOR THE BRIDGE KINGDOM SERIES
'Exquisite, phenomenal and sexy' Olivia Wildenstein, USA Today bestselling author of Feather
'An epic, action-packed tale of love, revenge, and betrayal' Jennifer Estep, New York Times bestselling author of Kill the Queen
'Heart-pounding romance and intense action wrapped in a spellbinding world. I was hooked from the first page!' Elise Kova, USA Today bestselling author of A Deal with the Elf King
PRAISE FOR DANIELLE L. JENSEN
'Richly-woven, evocative and absolutely impossible to put down . . . I loved every word' Sarah J. Maas, bestselling author of A Court of Thorns and Roses
'Stellar world-building and multidimensional characters' Kirkus
'Stunning world-building, a vivid cast of secondary characters, and a steamy slow-burn romance' Bookist
Om denna bok
The Traitor Queen av Danielle L. Jensen är en Danskt band bok med 352 sidor på Engelska. Den utgavs 2022.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Traitor Queen begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781405955898
Upplaga:
0
Utgiven:
2022-10-06
Förlag:
Okänt
Sidantal:
352
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>