Skip to content

Instantly share code, notes, and snippets.

@FlorianRappl
Created November 7, 2019 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlorianRappl/d624debb53c4e0512308d4b41ea32097 to your computer and use it in GitHub Desktop.
Save FlorianRappl/d624debb53c4e0512308d4b41ea32097 to your computer and use it in GitHub Desktop.
import * as React from "react";
import { PiletApi } from "sample-piral";
export function setup(app: PiletApi) {
app.showNotification("Hello from Piral!");
app.registerTile(() => <div>Welcome to Piral!</div>, {
initialColumns: 2,
initialRows: 2
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment