@yarno/thread
TypeScript icon, indicating that this package has built-in type declarations

1.4.3 • Public • Published

@yarno/thread

Component and colour library for Yarno

NPM JavaScript Style Guide

Install

npm install --save @yarno/thread

Usage

import * as React from 'react'
import { MyComponent } from '@yarno/thread'

const Example = () => {
  return (
    <MyComponent />
  )
}

Publishing a new version

To publish a new version of the package, ensure you have updated the version number in the package.json file in your branch. When the branch is merged into master, it will trigger a build on Buildkite, then unblock the "Publish to NPM" step.

Alternatively, you can publish a version manually using the npm publish command in via command line. To do this, you will require the NPM_TOKEN in an .env file.

License

MIT © yarno

Readme

Keywords

none

Package Sidebar

Install

npm i @yarno/thread

Weekly Downloads

0

Version

1.4.3

License

MIT

Unpacked Size

2.56 MB

Total Files

50

Last publish

Collaborators

  • paulmillar