@moonwalker/skylab
v1.0.8
Published
React components library
Readme
Skylab
Simple project specific React components.
Instalation
yarn add @moonwalker/skylabUsage
import { Component } from '@moonwalker/skylab';
const CustomComponent = props => (
<div>
<Component {...props} />
</div>
);Development
Start development environment on http://localhost:8080
yarn startPublishing
yarn bumpWill increase the version based on the recommended number provided by conventional-changelog plugin.
Pre-releases
When publishing from a branch, the default behaviour is to publish a beta tag
