GithubHelp home page GithubHelp logo

form-render's Introduction

milestone

Base usage is done

Form Render development progress

  • render core pure function(progressing 95%)
    • render node type identify
    • core main recursion method
      • proxy parameter
      • resolve nested
    • method: get real path
    • method: get real path
    • method: get value by path
    • method: set value by path
    • method: generate initial result set
    • method: Trigger custom logic by data that be marked the path
  • render core component(no started)
    • get node components
    • get sub-group components
  • custom component register center
  • example base components package (no started)
    • text input
    • number input
    • date picker
    • color picker
    • radio & radio group
    • select
    • text area
    • Collapse-object
    • Dynamic form item
    • control decorator
    • un-control decorator
  • example component progress (no started)

Folder description

├── src
│   ├── component            					# common component & default form ui
│   │   ├── common										# common component
│   │   │   ├── Fieldset.tsx					# Proxy multi-item value
│   │   │   └── Field.tsx							# Proxy form item value
│   │   └── ui											  # default ui
│   │       ├── Default.tsx
│   │       └── TextInput.tsx
│   ├── core
│   │   ├── componentRegister.ts			# custom ui component register center
│   │   └── index.tsx								  # form generate
│   ├── dictionary									  # form dictionary
│   │   └── index.ts
│   ├── example											  # usage show
│   │   └── index.ts
│   ├── index.css
│   ├── index.tsx
│   ├── logo.svg
│   ├── react-app-env.d.ts
│   ├── serviceWorker.ts
│   ├── setupTests.ts
│   ├── __test											  # test case
│   │   └── dictionary.ts
│   └── @types
│       ├── baseComponent.d.ts				# global type define
│       ├── core.ts
│       └── lib.d.ts

form-render's People

Contributors

dependabot[bot] avatar fly3366 avatar sadofriod avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.