Overview

Introduction

Cloud components provide the ability to customize and develop specific components on the platform for debugging, without the need for platform building. Users can conveniently and quickly create separate components and displays for specific business requirements or needs.

User Manual

Add Component

Add Component Information

Edit Component Information

Component Related

Components can also import other packages or components for use

import { useForm } from '@tachybase/schema';
import { useNavigate } from 'react-router-dom';

You can fill in test data and preview information on the right side of the component

Example

export default () => {
  const form = useForm();
  const data = form.values.data;

  return <Demo {...data}/>;
}

Component Information and Notes

Total visits  times     Total visitors  times     Total reading  times.   Powered by Tego Team