# patchbay-tags Intended to plug [patch-tag](https://github.com/wittjosiah/patch-tag) into [patchbay](https://github.com/ssbc/patchbay) `gives` Patchbay style views for patch-tag ## Needs ```js exports.needs = nest({ 'keys.sync.id': 'first', 'message.html.render': 'first', 'tag.obs.allTagsFrom': 'first', 'tag.obs.taggedMessages': 'first' }) ``` ## Gives ```js exports.gives = nest({ 'app.page': [ 'tag', 'tags' ] }) ```