Skip to content

Synthesis9

Tags: wave, gradient

Usage

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

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

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

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

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

Props

You can configure OmbreSynthesis9 by passing the following props:

NameTypeDefaultDescription
colorAString#150e7eThe left color of the first wave
colorBString#9f4e83The right color of the first wave
colorCString#c6b873The left color of the second wave
colorDStringrgba(69,78,131,0.53)The right color of the second wave
backgroundColorString#0a1029The background color
frequencyNumber1The frequency of the waves
speedNumber1The speed of the waves
amplitudeNumber0.07The amplitude of the waves
smoothnessNumber0.2How soft the edges of the waves are

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.