An open API service indexing awesome lists of open source software.

https://github.com/marko-js/tags

Not quite core components.
https://github.com/marko-js/tags

Last synced: 2 months ago
JSON representation

Not quite core components.

Awesome Lists containing this project

README

        

Tags





Lerna



Styled with prettier



MIT



Build status





## Packages

- [context](https://github.com/marko-js/tags/blob/master/tags/context) -
share data through arbitrarily deep Marko components.
- [match-media](https://github.com/marko-js/tags/blob/master/tags/match-media) -
media queries directly in your Marko templates.
- [portal](https://github.com/marko-js/tags/blob/master/tags/portal) -
render content somewhere else in the DOM.
- [subscribe](https://github.com/marko-js/tags/blob/master/tags/subscribe) -
declarative event subscriptions component.
- [destroy-when-detached](https://github.com/marko-js/tags/blob/master/tags/destroy-when-detached) -
Automatically clean up all Marko components within a container when it is removed from the DOM.

## Contributing

This repo provides a consistent build, test, & development environment around components that aren't quite _core_ but we also think improve the ecosystem.

### [npm](https://twitter.com/chriscoyier/status/896051713378992130) scripts

- `test` Run the tests for all packages
- `test:report` Runs the test command and shows test coverage
- `publish` Begins publishing any changed packages
- `format` Formats the files in the repo _(runs on precommit)_

## Code of Conduct

This project adheres to the [eBay Code of Conduct](./.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.