Leda the React components library

Leda is WIP atm, a few major API changes are expected. Some bugs are present. The library is being worked on.

Leda is suitable for both rapid prototipying and production development.

You can customize components incrementally or all at once or not at all, to the extent you want.
CSS, HTML or behaviour.

Super simple and powerful forms. Versatile validation.

Controlled and ucontrolled mode for form components.

Supports React 16.8.0 and above (the one with hooks).

npm i leda

Import and usage

Import and use components as any other:

import { SomeComponent } from 'leda'
...
<SomeComponent />