🌐
Vue.js
vuejs.org › guide › essentials › component-basics
Components Basics | Vue.js
Components allow us to split the UI into independent and reusable pieces, and think about each piece in isolation. It's common for an app to be organized into a tree of nested components: This is very similar to how we nest native HTML elements, but Vue implements its own component model that allows us to encapsulate custom content and logic in each component.
🌐
Vuetify
vuetifyjs.com
Vuetify — A Vue Component Framework
Vuetify is a no design skills required Open Source UI Component Framework for Vue. It provides you with all of the t...
🌐
PrimeVue
primevue.org
PrimeVue | Vue UI Component Library
The most complete UI component library for Vue.js based on a design-agnostic infrastructure.
🌐
Vue.js
vuejs.org › guide › components › registration
Component Registration | Vue.js
If using SFCs, you will be registering the imported .vue files: ... app .component('ComponentA', ComponentA) .component('ComponentB', ComponentB) .component('ComponentC', ComponentC)
🌐
Vuejs
class-component.vuejs.org
Overview | Vue Class Component
By defining your component in class-style, you not only change the syntax but also can utilize some ECMAScript language features such as class inheritance and decorators. Vue Class Component also provides a mixins helper for mixin inheritance, and a createDecorator function to create your own decorators easily.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Learn_web_development › Core › Frameworks_libraries › Vue_first_component
Creating our first Vue component - Learn web development | MDN
Now it's time to dive deeper into Vue, and create our own custom component — we'll start by creating a component to represent each item in the todo list. Along the way, we'll learn about a few important concepts such as calling components inside other components, passing data to them via props, and saving data state.
🌐
DevExtreme
js.devexpress.com
DevExtreme - JavaScript UI Components for Angular, React, Vue and jQuery by DevExpress
With our blazing-fast Data Grid, feature-complete CardView, responsive Form component, and integrated Data Editors, you can create everything from an in-house CRM to a full-blow ERP system. As you can see, DevExtreme allows you to present data within fully editable Form Views, or more compact List Views/Card Views as needs dictate: ... Award-winning development tools to build modern and responsive business intelligence solutions using ASP.NET Core alongside popular JavaScript frameworks (Angular, React, Vue, jQuery).
🌐
X
x.com › youyuxi
Evan You (@youyuxi) / X
August 25, 2010 - @vuejs & @vite_js. Chinese-only alt: @yuxiyou · Singaporevoidzero.dev · Joined August 2010 · 1,834 Following · 298.7K Followers · Evan You · @youyuxi · · · Aug 5, 2023 · Thank you JavaScript. 138 · 342 · 6.3K · 721K · Evan You · @youyuxi · · · Aug 15, 2019 ·
Find elsewhere
🌐
W3Schools
w3schools.com › vue › vue_components.php
Vue Components
Vue Examples Vue Editor Vue Exercises Vue Quiz Vue Syllabus Vue Study Plan Vue Server Vue Certificate ... Components in Vue lets us decompose our web page into smaller pieces that are easy to work with.
🌐
Nuxt UI
ui.nuxt.com › docs › components
Vue Components - Nuxt UI
Core structural components for organizing your application's layout and establishing a consistent foundation for your UI.
🌐
Vue.js
vuejs.org › api › component-instance
Component Instance | Vue.js
The component instance proxies access to the properties on its data object.
🌐
Vue.js
vuejs.org › guide › extras › web-components
Vue and Web Components | Vue.js
Web Components is an umbrella term for a set of web native APIs that allows developers to create reusable custom elements. We consider Vue and Web Components to be primarily complementary technologies.
🌐
Ui-dev-tech-docs
ui-dev-tech-docs.xyz › articles › vue › vue-3-components-a-complete-guide-2025.html
Vue 3 Components: The Complete Guide | Modern Web Development
Vue 3 components are the building blocks of Vue applications. They are reusable Vue instances with a name that encapsulate template, logic, and styling.
🌐
Vue.js
vuejs.org › api › built-in-special-elements
Built-in Special Elements | Vue.js
A "meta component" for rendering dynamic components or elements.