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 • 312 B
JavaScript
import{jsx as i}from"react/jsx-runtime";import o from"./notification.styles.module.js";function t({number:t=0,className:e}){let a=t>=1?"show":"hide";return i("span",{"aria-hidden":"hide"===a,className:["bodySmallEmphasis",o.root,e].filter(Boolean).join(" "),"data-state":a,children:t})}export{t as Notification};