🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

lowcode-materials-en

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lowcode-materials-en

Antd for LowCode

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source

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

FAQs

Package last updated on 08 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts