0.0.11 • Published 2 months ago

@panter/react-forms-ant v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

React Forms Ant

Input components for react forms using ant design.

Installation

You can install Prisma Inputs using npm or yarn:

yarn add @panter/react-forms-ant

! Important NOTE !

This package is not transpiled jet. If you want to use it with next js you need to add this to your next.config.js:

This package is a basic implementation of form input elements for ant, if you project needs more complex input elements the ui looks very different, please copy this project sources into your monorepo and use it as you own.

Please feel free to contribute back the input elements you created.

const nextConfig = {
  transpilePackages: ["@panter/react-forms-ant"]
  ...
}
0.0.11

2 months ago

0.0.10

2 months ago

0.0.9

2 months ago

0.0.8

2 months ago

0.0.7

3 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

5 months ago

0.0.2

6 months ago