Input control for Form
npm install @lskjs/form-control-input> @lskjs/form-control-input – Input control for Form









*
* ⌨️ Install
* 📖 License
* 👥 Contributors
* 👏 Contributing
* 📮 Any questions? Always welcome :)
``shyarn
yarn i @lskjs/form-control-input prop-types react
*
Input example:
`js
import React from 'react';
import { Form, Field } from 'formik';
import Story from '@lskjs/dev/Story';
import createForm from '../../createForm';
import FormSubmit from '../../FormSubmit';
import Input from './Input';const InputFormView = props => (
);const InputForm = createForm({
view: InputFormView,
controls: {
input: {
title: 'Input',
component: Input,
required: true,
},
},
});
`📖 License
This project is licensed under the MIT License - see the LICENSE file for details
👥 Contributors

Igor Suvorov
💻 🎨 🤔
👏 Contributing
1. Fork it ()
2. Create your feature branch (
git checkout -b features/fooBar)
3. Commit your changes (git commit -am 'feat(image): Add some fooBar')
4. Push to the branch (git push origin feature/fooBar`)* Email
* LSK.news – Telegram channel
* Спроси нас в телеграме ;)