@moonwalker/skylab

React components library

Usage no npm install needed!

<script type="module">
  import moonwalkerSkylab from 'https://cdn.skypack.dev/@moonwalker/skylab';
</script>

README

Skylab

Simple project specific React components.

npmjs ci renovatebot relativeCI

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