sate-lib
Version:
A lightweight and modular React component library designed for modern web interfaces. **SATE Lib** powers the [sate.menu](https://sate.menu) platform with reusable, scalable, and themeable UI components.
1 lines • 372 B
JavaScript
import{jsx as r,jsxs as o}from"react/jsx-runtime";import a from"./shadow-box.styles.module.js";function d({className:d="",...e}){return r("div",{className:`${a.grid} ${d}`.trim(),...e,children:Array.from({length:8},(d,e)=>r("div",{className:a.box,style:{boxShadow:`var(--box-shadow-${e+1})`},children:o("span",{children:["Shadow ",e+1]})},e))})}export{d as ShadowBoxGrid};