0.0.1 • Published 10 months ago

barooha-forms v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
10 months ago

Barooha Form Components

Publish

$ npm run build
$ npm version {new SEM_VERSION}
$ npm run publish

Use

<script
  type="module"
  src="https://cdn.jsdelivr.net/npm/@regolith.co/web-components@latest/dist/barooha-form/barooha-form.esm.js"
></script>

<barooha-form
  form-title='My Form'
  form-spreadsheet='abcd-1234'
  form-sheet='my-form'
  results-spreadsheet='efgh-5678'
  results-sheet='my-form'
></barooha-form>
0.0.1

10 months ago