UNPKG
@crossed/primitive
Version:
beta (1.8.0-beta.5)
latest (2.0.0)
2.0.0
1.9.2
1.9.1
1.9.0
1.8.1
1.8.0
1.8.0-beta.5
1.8.0-beta.4
1.8.0-beta.3
1.7.1-beta.2
1.7.1-beta.1
1.7.1-beta.0
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
A universal & performant styling library for React Native, Next.js & React
@crossed/primitive
/
lib
/
module
/
Badge
/
Badge.js
10 lines
(9 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ jsx }
from
"react/jsx-runtime"
;
import
{ forwardRef }
from
"react"
;
const
createBadgeMain
= (
Styled
) =>
forwardRef
(
(
props, ref
) =>
{
return
/* @__PURE__ */
jsx
(
Styled
, { ...props, ref }); });
export
{ createBadgeMain };
//# sourceMappingURL=Badge.js.map