Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vue.draggable | 19,118 | 1,959 | 3,321 | a month ago | 53 | August 22, 2021 | 263 | mit | JavaScript | |
Vue drag-and-drop component based on Sortable.js | ||||||||||
Vue Grid Layout | 6,399 | 104 | 254 | 3 months ago | 42 | August 03, 2022 | 225 | mit | JavaScript | |
A draggable and resizable grid layout, for Vue.js. | ||||||||||
Builder | 5,660 | 2 | 64 | 2 days ago | 1,138 | August 08, 2023 | 122 | mit | TypeScript | |
Drag and drop headless CMS for React, Vue, Svelte, Qwik, and more | ||||||||||
Splide | 3,821 | 62 | 5 months ago | 150 | November 09, 2022 | 44 | mit | TypeScript | ||
Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors. | ||||||||||
Vue.draggable.next | 2,913 | 3 days ago | 1 | December 29, 2022 | 160 | mit | JavaScript | |||
Vue 3 compatible drag-and-drop component based on Sortable.js | ||||||||||
Vite Vue3 Lowcode | 2,714 | 11 days ago | 22 | mit | TypeScript | |||||
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具 | ||||||||||
Vue Upload Component | 2,596 | 147 | 96 | 5 months ago | 103 | March 04, 2023 | 197 | apache-2.0 | Vue | |
Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter | ||||||||||
Vuegg | 2,237 | a year ago | 26 | mit | JavaScript | |||||
:hatching_chick: vue GUI generator | ||||||||||
Vue Dropzone | 1,856 | 300 | 106 | 3 years ago | 52 | July 05, 2019 | 124 | mit | Vue | |
A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews | ||||||||||
Vue Drag Resize | 1,836 | 26 | 100 | 8 months ago | 35 | May 09, 2021 | 96 | mit | JavaScript | |
Vue2 && Vue3 Component for resize and drag elements |
Integrate with any site or app. Drag and drop with the components already in your codebase.
Register components | Rendered your visually created content |
import { Builder } from '@builder.io/react'
// Register our heading component for use in
// the visual editor
const Heading = props => (
<h1 className="my-heading">{props.title}</h1>
)
Builder.registerComponent(Heading, {
name: 'Heading',
inputs: [{ name: 'title', type: 'text' }]
})
|
import { BuilderComponent, builder } from '@builder.io/react'
builder.init('YOUR_KEY')
export const getStaticProps = async () => ({
props: {
builderJson: await builder.get('page', { url: '/' }).promise()
}
})
export function BuilderPage({ builderJson }) => {
return <>
<YourHeader />
<BuilderComponent model="page" content={builderJson} />
<YourFooter />
</>
}
|
See our full getting started docs, or jump right into integration. We generally recommend to start with page buliding as your initial integration:
Integrate Page Building | Integrate Section Building | Integrate Structured Data |
|
|
|
Try the code in your browser with the Builder playground:
Editor Demo | Commerce Example | Blog Example |
|
|
|
Hardcoding layouts for frequently changing content bottlenecks your team and makes releases messy
Using an API-driven UI allows you to:
Learn more about how builder works here
Performance is our top priority. All content is delivered from the edge, renderable server side or statically, we optimize the heck out of it and our SDKs are small and mighty.
Importantly, there are no hacks here - no iframes, no unneeded client side code or rendering, our rule of thumb is we produce content just like if you wrote it by hand. Assets are optimized, DOM is minimized, and it's all native to your framework (so all React components if you use React, Svelte for Svelte, etc)
See more about how Builder works, or take a look at the perf of our own site (built completely in Builder):
In Builder, content is structured in models, and customized with custom fields and targeting
Read more about how builder works here
See here for examples on how to structure a site with Builder
![]() REST API
|
![]() Shopify |
![]() Figma |
![]() React |
![]() Next.js |
![]() Gatsby |
![]() Vue |
![]() Nuxt |
![]() Angular |
![]() Web Components |
Don't see an integration you're looking for? Our HTML API, Content APIs, and GraphQL APIs works for all tech stacks and frameworks.
This repo houses all of the various SDKs, usage examples, starter projects, and plugins.
There are a lot of ways you can use Builder for your site. Some of the main questions you'll want to ask yourselves - what on your site should be in your code vs in Builder.
As a general rule, parts of your site that should be managed by non developers should probably be in Builder. Parts that are complex with a lot of code, should probably be in your codebase. Using custom components in your Builder content can help you strike a good balance here as well
Here are some examples we recommend for how to structure various pages on your site, for instance for a headless commerce site:
Builder.io gives you a ton more power and control than just page building. Check our guides on
Additional framework support:
As well as some handy power features like:
Questions? Requests? Feedback? Chat with us in our official forum!
Problems? Requests? Open an issue. We always want to hear feedback and interesting new use cases and are happy to help.
Help us enable anyone to build digital experiences and bring more ideas to life --> https://www.builder.io/m/careers