# @uidu/form

> Forms using Formsy

Latest version **3.4.1** (published 2024-11-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @uidu/form
pnpm add @uidu/form
yarn add @uidu/form
bun add @uidu/form
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 3.4.1 |
| Published | 2024-11-26 |
| First published | 2018-11-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 8 |
| Unpacked size | 81.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22 |
| Author | uidu |
| Maintainers | apuntovanini, flavio-scimeca, bacco40 |

## Links

- npm: https://www.npmjs.com/package/@uidu/form
- Repository: https://github.com/uidu-org/guidu.git#main
- Homepage: https://github.com/uidu-org/guidu/tree/main#readme
- Issues: https://github.com/uidu-org/guidu/issues
- npm.io page: https://npm.io/package/@uidu/form

## Dependencies (8)

- [react](https://npm.io/package/react.md) ^18.3.1
- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [react-dom](https://npm.io/package/react-dom.md) ^18.3.1
- [react-media](https://npm.io/package/react-media.md) ^1.10.0
- [@uidu/button](https://npm.io/package/@uidu/button.md) 1.11.1
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.26.0
- [react-hook-form](https://npm.io/package/react-hook-form.md) 7.53.2
- [styled-components](https://npm.io/package/styled-components.md) ^5.3.11

## Recent versions

- 3.4.1 (latest) — 2024-11-26
- 3.4.0 — 2024-11-26
- 3.3.2 — 2024-09-06
- 3.3.1 — 2024-09-03
- 3.3.0 — 2024-07-25
- 3.2.3 — 2024-04-29
- 3.2.2 — 2024-04-29
- 3.2.1 — 2024-04-20
- 3.2.0 — 2024-03-21
- 3.1.2 — 2024-02-22
- 3.1.1 — 2024-01-22
- 3.1.0 — 2024-01-12
- 3.0.0 — 2024-01-05
- 2.9.0 — 2023-12-14
- 2.8.0 — 2023-10-26
- … 163 more at https://npm.io/package/@uidu/form/versions

## README

# guidu

![banner](https://travis-ci.org/uidu-org/guidu.svg?branch=main) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat)](https://github.com/RichardLitt/standard-readme) [![Netlify Status](https://api.netlify.com/api/v1/badges/f216cce3-c149-4be4-8d3a-cc87cb744a18/deploy-status)](https://app.netlify.com/sites/guidu/deploys) [![Crowdin](https://badges.crowdin.net/guidu/localized.svg)](https://crowdin.com/project/guidu)

> Guidu is uidu&#39;s design system library

TODO: Fill out this long description.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Install

```
git clone https://github.com/uidu-org/guidu.git
cd guidu
yarn install
```

## Usage

Documentation is package specific, browse https://uidu.design to see all the packages in action.

## Maintainers

[@uidu-org](https://github.com/uidu-org)
[@apuntovanini](https://github.com/apuntovanini)
[@fsansalvadore](https://github.com/fsansalvadore)

## Contributing

Start all packages (not reccommended)

```
yarn start
```

Start specific folders

```
yarn start:forms
yarn start:data
yarn start:dashboards
```

or specific packages

```
yarn start modal-dialog field-geosuggest
```

Pull requests are more than welcome, we're currently making this repo more contributors-friendly.

## Common pitfalls

## License

MIT © 2019 uidu.org

---
_Source: https://npm.io/package/@uidu/form · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
