whatbuilds-component
v0.1.12
Published
React component to integrate tools built with the Whatbuilds Toolbuilder into your web app.
Downloads
4
Maintainers
Readme
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