"use client"; import { ny } from "@/lib/utils"; import CachedImage from "./CachedImage"; import { Slider } from "./ui/slider"; import React from "react"; export default function BrowserComplexityExample() { const [selectedImage, setSelectedImage] = React.useState([1]); return (

How much browser do you want?

Zen is designed to be simple and easy to use. We believe that the best software is the one that you don't notice. However, we can assure you that if you want customization, we have you covered

🌱 🌳
{[...Array(4)].map((_, i) => ( ))}
); }