Giter Site home page Giter Site logo

json-forms-zorro-wrapper's Introduction

JsonForms based on ng-zorro

Demo

https://wojtek1150.github.io/json-forms-zorro-wrapper/

Documentation

See documentation at Plugion homepage For JsonSchema documentation check jsonforms core package For UI docs, see the documentation on ngzorro website.

Requirements

This plugin requires the following dependencies:

"angular": "^17",
"ng-zorro-antd": "^17",
"ngx-quill": "^25"

They should be installed automatically as they are peer dependencies. However, if for some reason you are using legacy-peer-deps = true you need to add them to the package.json manually

Installation

npm install @wojtek1150/jsonforms-zorro-wrapper

Usage

Simply import JsonFormsZorroModule into your project

import { JsonFormsZorroModule } from '@wojtek1150/jsonforms-zorro-wrapper';

@NgModule({
  imports: [JsonFormsZorroModule],
})

If you are using DateField, remember to add your locale for ng-zorro as module providers, for example:

import { en_US, NZ_I18N } from 'ng-zorro-antd/i18n';

@NgModule({
  providers: [{ provide: NZ_I18N, useValue: en_US }],
  imports: [JsonFormsZorroModule],
})

json-forms-zorro-wrapper's People

Contributors

wojtek1150 avatar rasiaq avatar tomaszwpasternak avatar

Stargazers

Krzysiek Setlak avatar Sam G avatar  avatar Wojciech Marusarz avatar

Watchers

James Cloos avatar  avatar

Forkers

rasiaq

json-forms-zorro-wrapper's Issues

支持自定义小组件

在使用json schema时,可能有些功能需要定制,可以添加setWidget支持自定义组件

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.