Documentation
Getting Started

Getting Started

Install packages

To install Artify Waves in your project, run one of the following commands in your terminal:

npm install @artify-waves/react

Usage

import { Bits } from '@artify-waves/react'
 
export const BitsOverview = () => (
    <div className="wave">
        <Bits />
    </div>
)