기여를 수락하기 위해 Hacktoberfest에 내 프로젝트를 추가하려면 어떻게 해야 하나요?
6218 단어 helphacktoberfest
어떻게 Hactoberfest에 내 프로젝트를 등록할 수 있나요?
프로젝트 저장소: https://github.com/gkhan205/formify-react
gkhan205 / formify 반응
API 요구 사항을 고려하여 데이터를 생성, 검증 및 채우는 React Form. 배열 모델을 양식에 보내고 모든 것을 처리하도록 하십시오.
formify 반응
Last form component you will need for you application which works with only a JSON you pass rest it will handle everything
Installation
Usage
Props
Example Form Field
Form Fields
Supported Input Fields
Validators
Upcoming
Contributing
설치
#npm
npm i -S formify-react
#yarn
yarn add formify-react
용법
import React, { Component, createRef } from 'react'
import Form from 'formify-react'
import 'formify-react/dist/index.css'
import { formConstants } from './config'
const budgetData = [
{ value: 5000, label: '$5000' },
{ value: 15000, label: '$15000' },
{ value: 25000, label: '$25000' },
{ value: 35000, label: '$35000' },
{ value: 50000, label: '$50000' }
]
class Example extends Component {
formRef = createRef()
handleSave
…
View on GitHub
Reference
이 문제에 관하여(기여를 수락하기 위해 Hacktoberfest에 내 프로젝트를 추가하려면 어떻게 해야 하나요?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/gkhan205/how-can-i-add-my-project-on-hacktoberfest-to-accept-contributions-2dn0
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Last form component you will need for you application which works with only a JSON you pass rest it will handle everything
Reference
이 문제에 관하여(기여를 수락하기 위해 Hacktoberfest에 내 프로젝트를 추가하려면 어떻게 해야 하나요?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/gkhan205/how-can-i-add-my-project-on-hacktoberfest-to-accept-contributions-2dn0텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)