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 • 228 B
JavaScript
import{jsx as o}from"react/jsx-runtime";import t from"./notification.styles.module.js";function i({number:i,className:r=""}){return o("span",{className:[t.root,r].filter(Boolean).join(" "),children:i})}export{i as Notification};