Appearance
Function to use an atom in a Svelte component.
import { useAtom } from '@nexus-state/svelte'; let count = useAtom(countAtom);