2.0.9 • Published 3 months ago

@lucidtech/flyt-form v2.0.9

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
3 months ago

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.

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

3 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.6

3 months ago

2.0.9

3 months ago

2.0.8

3 months ago

2.0.2

3 months ago

2.0.0

4 months ago

1.17.2

4 months ago

1.17.1

5 months ago

1.15.0

8 months ago

1.14.1

8 months ago

1.12.3

9 months ago

1.14.0

8 months ago

1.12.2

9 months ago

1.13.0

9 months ago

1.12.1

9 months ago

1.17.0

7 months ago

1.16.0

8 months ago

1.12.0

1 year ago

1.11.0

1 year ago

1.10.1

2 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.2

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.3

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago