0.1.12 • Published 6 months ago

whatbuilds-component v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Whatbuilds Component

React component to integrate tools built with Whatbuilds' Free Tool Builder into your web app

How to Use

import React from 'react';
import WhatbuildsComponent from 'whatbuilds-component';

function App() {
  return (
    <div>
      <h1>My App</h1>
      <WhatbuildsComponent width="1000px" height="500px" appName="Test App" />
    </div>
  );
}

export default App;

Creating a new tool

Use Whatbuilds' Free Tool Builder to build admin panels, internal tools, and dashboards etc and pass the appName & API key to WhatBuilds Component.

Installation

You can install this package via npm:

npm install whatbuilds-component
0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago