@workyard/ui
v2.6.85
Published
Workyard Web UI Components
Downloads
166
Readme
Workyard React UI Components
Installation
Use the package manager yarn to install.
yarn add @workyard/ui
Usage
import { A } from '@workyard/ui'
<A
href="http://workyard.com"
isRedirect={false}
rel="noopener"
target="_blank"
>
I am a link
</A>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.