@moonwalker/skylab
v1.0.6
Published
React components library
Downloads
365
Readme
Skylab
Simple project specific React components.
Instalation
yarn add @moonwalker/skylab
Usage
import { Component } from '@moonwalker/skylab';
const CustomComponent = props => (
<div>
<Component {...props} />
</div>
);
Development
Start development environment on http://localhost:8080
yarn start
Publishing
yarn bump
Will 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