UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

10 lines (9 loc) 224 B
'use client'; import { ark } from '@ark-ui/react/factory'; import { styled } from '@fidely-ui/styled-system/jsx'; export const Em = styled(ark.em, { base: { fontStyle: 'italic', }, }); Em.displayName = 'Em';