Made with create-react-library
npm install --save react-spaceship-web
npm config set legacy-peer-deps true
npx npm-check -u
import React, { Component } from 'react'
import MyComponent from 'react-spaceship-web'
import 'react-spaceship-web/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}