#zerosodium-pricing-table

1 messages · Page 1 of 1 (latest)

amber kettleBOT
#

zerosodium-pricing-table

pearl scaffold
#

Not exactly. Pricing tables are meant to be embedded in a page you own so there's no direct link to a table

hot mortar
#

is there any links to pricing tables using react instead of a script tag?

pearl scaffold
hot mortar
#

thx

hot mortar
#

real quick: @pearl scaffold

I'm using vite and don't have an index.html file. suggestions?

pearl scaffold
#

I'm not familiar with Vite. Is there some equivalent to your "root" page?

hot mortar
#

I have a main.tsx file like so

const root = createRoot(document.getElementById("root")!)
root.render(
  <Page>
    <App />
  </Page>
)```