Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Web page layout collection for Vue3
Documentation and examples please visit below sites
admin classic layout
content press layout
panel group modules
# npm
npm i v-layouts
# yarn
yarn add v-layouts
# pnpm
pnpm add v-layouts
<template>
<LayoutAdminClassic>
<template #header>
Header
</template>
<template #aside>
Aside
</template>
<template #breadcrumb>
Breadcrumb
</template>
<template #footer>
Footer
</template>
<div>Main content</div>
</LayoutAdminClassic>
</template>
<script setup>
import { LayoutAdminClassic } from 'v-layouts'
</script>
<template>
<PanelGroup>
<PanelItem name="panel1">
<template #header>
panel 1 header
</template>
panel 1 content
</PanelItem>
<PanelItem name="panel2">
<template #header>
panel 2 header
</template>
panel 2 content
</PanelItem>
</PanelGroup>
</template>
<script setup>
import { PanelGroup, PanelItem } from 'v-layouts'
</script>
1.0.2 (2024-08-25)
AdminClassic
and ContentPress
scroll bar style optimizationFAQs
Web page layout collection for Vue3
We found that v-layouts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.