Skip to content

Commit

Permalink
Credit Matt Brookes and Ryan Blakeley in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed Jan 23, 2021
1 parent 2f54434 commit 7f028cf
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# THIS PACKAGE IS NO LONGER MAINTAINED
# Help Wanted

Here are some alternatives:
This package is currently being updated after a long hiatus, and all help is appreciated.

In the meantime, here are some alternatives:

- https://www.npmjs.com/package/react-material-ui-form-validator
- https://redux-form.com/6.6.2/examples/material-ui/
Expand Down Expand Up @@ -65,25 +67,25 @@ An example usage of this would be to use an `onChange` for the FormsySelect and

#### Example App

The `formsy-material-ui` repo contains a [sample webpack SPA](https://github.com/mbrookes/formsy-material-ui/tree/master/examples/webpack-example).
The `formsy-material-ui` repo contains a [sample webpack SPA](https://github.com/formsy/formsy-material-ui/tree/master/examples/webpack-example).

#### Example Code

You can find an [example form](https://github.com/mbrookes/formsy-material-ui/blob/master/examples/webpack-example/src/app/Main.js#L80) in the example app directory.
You can find an [example form](https://github.com/formsy/formsy-material-ui/blob/master/examples/webpack-example/src/app/Main.js#L80) in the example app directory.

## Known Issues

See [issues](https://github.com/mbrookes/formsy-material-ui/issues).
See [issues](https://github.com/formsy/formsy-material-ui/issues).

## Release History

See [CHANGELOG.md](https://github.com/mbrookes/formsy-material-ui/blob/master/CHANGELOG.md)
See [CHANGELOG.md](https://github.com/formsy/formsy-material-ui/blob/master/CHANGELOG.md)

## Acknowledgements

Originally started by [Matt Brookes](https://github.com/mbrookes) and later transfered.
Originally started by [Matt Brookes](https://github.com/mbrookes), later transfered to [Ryan Blakeley](@rojobuffalo) before joining the Formsy Organization.

Thanks to our [contributors](https://github.com/mbrookes/formsy-material-ui/graphs/contributors).
Thanks to our [contributors](https://github.com/formsy/formsy-material-ui/graphs/contributors).

## Alternatives

Expand Down

0 comments on commit 7f028cf

Please sign in to comment.