@bund-x/lib

Master Components Library

Usage no npm install needed!

<script type="module">
  import bundXLib from 'https://cdn.skypack.dev/@bund-x/lib';
</script>

README

master-lib

Master Components Library

NPM JavaScript Style Guide

Install

npm install --save master-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'master-lib'
import 'master-lib/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © bund-xyz