How to use Element in React project

How to use Element in React project

This is my first time using the element framework in a react project. I encountered some very simple problems, but it took me a long time to solve them. I wrote a blog to record them.

1. Installation:

Download in the project directory:

npm i element-react --save
npm install element-theme-default --save

insert image description here

Note: The Element official website mentioned this in the quick start guide

2. Global references

Globally import in index.js under the project

insert image description here

3. Reference the element components you need in the project

May report an error

insert image description here

Solution: Download the dependency in the project npm install react-hot-loader@next --save

4. Introducing components may still result in errors

For example, I introduced the revolving lantern as follows

insert image description here

If the error is reported above, the solution is to introduce Carousel

insert image description here

If other components are referenced and errors are reported, the solution is as above

This is the end of this article about how to use Element in React projects. For more information about using Element in React projects, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Detailed explanation of the use of React.cloneElement

<<:  Use of MySQL official export tool mysqlpump

>>:  Webpack loads css files and its configuration method

Recommend

Solution to Docker image downloading too slowly

Docker image download is stuck or too slow I sear...

Sample code for configuring nginx to support https

1. Introduction Are you still leaving your websit...

In-depth explanation of closure in JavaScript

Introduction Closure is a very powerful feature i...

A brief analysis of the difference between ref and toRef in Vue3

1. ref is copied, the view will be updated If you...

XHTML no longer uses some obsolete elements in HTML

When we do CSS web page layout, we all know that i...

Solve the abnormal error when building vue environment with webpack

Table of contents First, configure package.json T...

js tag syntax usage details

Table of contents 1. Introduction to label statem...

Two methods to disable form controls in HTML: readonly and disabled

In the process of making web pages, we often use f...

A universal nginx interface to implement reverse proxy configuration

1. What is a proxy server? Proxy server, when the...

JavaScript to achieve product magnifying glass effect

This article shares the specific code of JavaScri...

Summary of knowledge points about null in MySQL database

In the MySQL database, null is a common situation...

In-depth analysis of the Tomcat server of Centos 7 system

Table of contents 1. The origin of tomcat 1. Tomc...

What are the new features of Apache Spark 2.4, which will be released in 2018?

This article is from the Apache Spark Meetup held...