Skip to content

Cart

A computed store that contains everything you need to display a cart.

Getting a value

import { cart } from 'fullcart'
const $cart = config.get()

Reactive values

Stores also support reactive values. Please refer to the nanostores documentation for now to use this feature.