Skip to content

Satin5

Tags: noise, organic, flow

Usage

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

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

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

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

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

Props

You can configure OmbreSatin5 by passing the following props:

NameTypeDefaultDescription
colorAString#46dae3The primary color of the effect
colorBString#D3FFE9The highlight color in the top-right
brightnessNumber0.8The overall brightness
contrastNumber0.5The overall contrast, mostly in the darker areas
speedNumber1The speed of the satin surface motion

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.