Skip to content

Pearl1

Tags: blobs, organic, prism

Usage

Before you begin, make sure that you've installed Ombré in your project. Then use the <OmbrePearl1 /> component like so:

vue
<script setup>
  import { OmbrePearl1 } from '@ombre-ui/vue'
</script>

<template>
  <div class="relative h-screen w-screen">
    <OmbrePearl1 />
  </div>
</template>
tsx
import { OmbrePearl1 } from '@ombre-ui/react'

function MyComponent() {
    return (
        <div className="relative h-screen w-screen">
            <OmbrePearl1 />
        </div>
    )
}
svelte
<script>
  import { OmbrePearl1 } from '@ombre-ui/svelte'
</script>

<div class="relative h-screen w-screen">
    <OmbrePearl1 />
</div>

Props

You can configure OmbrePearl1 by passing the following props:

NameTypeDefaultDescription
speedNumber0.15The movement speed of the pearl effect.
colorAString#316d8cThe first color of the foreground.
colorBString#a57cb5The second color of the foreground.
backgroundColorString#a59e9eThe background color behind the pearl effect.

Deploying to Production

You must have a valid Ombré license before you deploy to production. You can purchase a lifetime license for unlimited personal & commercial projects for only $36.