Socket
Book a DemoInstallSign in
Socket

@lucidtech/flyt-form

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lucidtech/flyt-form

Flyt form React components

latest
Source
npmnpm
Version
2.0.9
Version published
Maintainers
2
Created
Source

Flyt form React component library

Default React components used by Flyt forms.

Documentation

Storybook

You can see an interactive demo version of components at https://lucidtechai.github.io/flyt-form/.

Usage

This library expects react and react-dom to be present (peer dependencies). The library also assume the Bootstrap Dashkit theme to be present for a substantial amount of its styling.

Using Node.js/NPM

npm install @lucidtech/flyt-form

import { Input } from '@lucidtech/flyt-form';

const Form = () => (
  <form>
    <label htmlFor="input">Input</label>
    <Input id="input" />
  </form>
)

CDN/<script>

The library can be used as a UMD bundle from https://unpkg.com/@lucidtech/flyt-form

Development

For development on the library, you need a working Node.js environment with NPM installed.

  • git clone git@github.com:LucidtechAI/flyt-form.git && cd flyt-form
  • npm install

FAQs

Package last updated on 16 Feb 2024

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