Skip to content

Grid Guide

Guide lines are always straight.

Example

Show Code
vue
<script lang="ts" setup>
import { RGridGuide } from 'roughness'
</script>

<template>
  <section :style="{ '--r-grid-guide-color': 'var(--r-common-primary-color)', height: '240px' }">
    <RGridGuide />
  </section>
</template>

Usage

Props

Styles

Released under the ISC License.