Socket
Book a DemoInstallSign in
Socket

orchestrator-pp-vue-ui-kit

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orchestrator-pp-vue-ui-kit

The UI kit provides a simple grid system similar to Bootstrap. Use `PPGrid`, `PPGridRow` and `PPGridCol` components to arrange elements in columns.

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
1
Created
Source

orchestrator-pp-vue-ui-kit

Grid Components

The UI kit provides a simple grid system similar to Bootstrap. Use PPGrid, PPGridRow and PPGridCol components to arrange elements in columns.

<PPGrid>
  <PPGridRow>
    <PPGridCol :span="6">Left</PPGridCol>
    <PPGridCol :span="6">Right</PPGridCol>
  </PPGridRow>
</PPGrid>

The span prop accepts a value from 1 to 12 and controls the column width.

FAQs

Package last updated on 06 Aug 2025

Did you know?

Socket

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.

Install

Related posts