0.9.5 • Published 4 years ago

@superblocks-at/supertools v0.9.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

supertools

Airtable supertools

NPM JavaScript Style Guide

Install

npm install --save @superblocks-at/supertools

Usage

import React from "react";
import { initializeBlock } from "@airtable/blocks/ui";

import Supertools from "@superblocks-at/supertools";

export default function BlockWithSupertools {
    // Wrap supertools around your block code or put it wherever you want. It will just work.
    return <Supertools>
      <MyBlock/>
    </Supertools>;
}

initializeBlock(() => <BlockWithSupertools />);

License

MIT © Superblocks.at

0.9.4

4 years ago

0.9.3

4 years ago

0.9.5

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago