@victorct/tabby

Design System of PulsarUp!

Usage no npm install needed!

<script type="module">
  import victorctTabby from 'https://cdn.skypack.dev/@victorct/tabby';
</script>

README

tabby

Design System of PulsarUp!

NPM JavaScript Style Guide

Install

With NPM

npm install --save @victorct/tabby

or Yarn

yarn add @victorct/tabby

Usage

import React, { Component } from "react";

import { Modal } from "tabby";

class Example extends Component {
  render() {
    return <Modal show />;
  }
}

License

MIT © victorct-pulsarup