# Examples

Live playground: edit code and see changes in the Preview immediately.

- [Counter](/examples/counter.md): A minimal counter using nanotags with nanostores reactivity.
- [Live Search](/examples/live-search.md): Real-time country filtering with p.json(), valibot schema, ctx.bind, ctx.effect, renderList, and computed stores.
- [Modal](/examples/modal.md): Modal dialog with a focus trap attachment for accessible keyboard navigation.
- [Tabs](/examples/tabs.md): Tab navigation with parent-child context and keyboard support.
- [Todo List](/examples/todo-list.md): Todo list with nested components and keyed list reconciliation via renderList.
- [Toggle Group](/examples/toggle-group.md): Single or multi-select toggle buttons with event-based parent-child communication.
