@yarno/thread v1.4.3
@yarno/thread
Component and colour library for Yarno
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
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago