lowcode-materials-en
v1.0.2
Published
Antd for LowCode
Downloads
17
Readme
lowcode-materials
Introduction
This project is a low code material library that includes Antd's materials and some custom developed materials
Usage
Develop
npm i
npm run lowcode:dev
Build
npm run lowcode:build
How to develop materials
- Components write the components that need to be developed in the directory normally, mainly by specifying the types
- Lowcode write down some definitions of components in the directory
- Export your own components from the Index.tsx file
How to introduce and use in projects
- Build will generate a build file
- Copy the render file from the build file to the public of the project(A directory can be created under the public directory to store)
- Modify the urls corresponding to the package name of the assets file under the project to lowcode materials