@allenai/tugboat
v2.0.13
Published
AI2 Specific components for demos.
Downloads
65
Readme
tugboat
An extension to Varnish for applications that render a set of demos.
Usage
First install the package:
yarn add @allenai/tugboat
Then you can use it like so:
import { MaybeLink } from '@allenai/tugboat/components';
const App = () => <MaybeLink url="/some/path" name="click here" />;
Contributing
To run a development environment, follow the steps to run the Varnish Monorepo in the root README
Publishing
See instructions at the monorepo root README
After the release is out the door you should add release notes to the corresponding tag.
Getting Help
If you're stuck don't hesitate to reach out:
- Sending an email to [email protected]
- Joining the
#skiff-users
slack channel - Opening a Github Issue
We're eager to improve tugboat
and need your feedback to do so!