tabby
Design System of PulsarUp!
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