@cattle-grid/actor-header
v0.0.1-13
Published
The goal here is to provide a header component for actors, that works out of the box. The expected input format is the result of the [actor_to_header_info](https://bovine.codeberg.page/muck_out/reference/derived/#muck_out.derived.actor_to_header_info) cal
Readme
actor-header-component
The goal here is to provide a header component for actors, that works out of the box. The expected input format is the result of the actor_to_header_info call converted to an object.
The header component is currently used in moo with the inclusion using some browser script tags available here.
Development
Building
npm run buildcreates a new version of the content of dist.
npm version prerelease
npm publish --access publictags a new prerelease and publishes it npm.
Setting up to run tests
npm install
./node_modules/.bin/playwright installthen one can run tests via
npm testTesting looks
npm run dev