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 • 280 B
JavaScript
import{jsx as o}from"react/jsx-runtime";import r from"./typography.styles.module.js";let e=({as:e="p",variant:t="bodyDefault",className:p="",palette:a,children:l,...y})=>o(e,{className:[r.typography,t,a&&r[a],p].filter(Boolean).join(" "),...y,children:l});export{e as Typography};