UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

13 lines (10 loc) 297 B
import { createCerberusPrimitive } from '../../system/index.js'; import { tag } from 'styled-system/recipes'; const { withRecipe } = createCerberusPrimitive(tag); const TagRoot = withRecipe("span", { defaultProps: { "data-scope": "tag", "data-part": "root" } }); export { TagRoot };