Skip to content

yobulkdev/saascsvbutton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saascsvbutton

This is a Sample Button application which simulates a CSV button addition process in a typical SaaS application.

A SaaS application has to do the following things to embedd a CSV button in their application.

  • Import yoembed NPM package.
  • Update the templateID created through YoBulk backend application,Running in a separate port.
  • Update the yoHostUrl with the endpoint url where the YoBulk backend application is running.

Example in App.js

import { YoButton } from "yoembed";
import "./App.css";

function App() {
  return (
    <div className="App">
      <h2>This is my SAAS</h2>
      <hr />
      <br />
      <YoButton
        templateId={"638ed1b1269efc76eb3faf4b"}
        yoHostUrl={"http://localhost:3000"}
      />
    </div>
  );
}

Building and Running Sample CSV button App

git@github.com:yobulkdev/saascsvbutton.git
cd yobulksaas 
yarn install
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published