Skip to content

Satin4

Tags: noise, organic, flow

Usage

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

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

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

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

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

Props

You can configure OmbreSatin4 by passing the following props:

NameTypeDefaultDescription
colorAString#1170cfundefined
colorBString#ff9621undefined
brightnessNumber1undefined
contrastNumber0.3undefined
speedNumber1undefined

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.