New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formbjs

**formbjs** is a Drag & Drop Form Builder bootstrap 5 and tabler.

1.0.0
latest
Version published
Weekly downloads
3
-57.14%
Maintainers
1
Weekly downloads
 
Created

formbjs

formbjs is a Drag & Drop Form Builder bootstrap 5 and tabler.

Demo

Install

npm
npm install --save formbjs
yarn
yarn add formbjs

Wiki and Change Log

Wiki including Change Log

Breaking Changes

Animation Changes

The following animations options have been deprecated and should be replaced:

Quick Start

3 Easy Steps

For other API calls, see the demo.

  • Link to formbjs.css <link href="formbjs.css" rel="stylesheet"/>

  • Link to formbjs.js <script src="formbjs.js"></script>

  • use formbjs to display a toast for info, success, warning or error

    // Display an info toast with no title
    formbjs.info('Are you the 6 fingered man?')
    

Other Options

Building formbjs

To build the minified and css versions of formbjs you will need node installed. (Use Homebrew or Chocolatey.)

npm install -g gulp karma-cli
npm install

At this point the dependencies have been installed and you can build formbjs

  • Run the analytics gulp analyze
  • Run the test gulp test
  • Run the build gulp

Contributing

For a pull request to be considered it must resolve a bug, or add a feature which is beneficial to a large audience.

Pull requests must pass existing unit tests, CI processes, and add additional tests to indicate successful operation of a new feature, or the resolution of an identified bug.

Requests must be made against the develop branch. Pull requests submitted against the master branch will not be considered.

All pull requests are subject to approval by the repository owners, who have sole discretion over acceptance or denial. source base from https://github.com/Draggable/formeo

License

formbjs is under MIT license

FAQs

Package last updated on 13 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts