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

6 lines (5 loc) 248 B
'use client'; import { Field as ArkField } from '@ark-ui/react/field'; import { styled } from '@fidely-ui/styled-system/jsx'; import { textarea } from '@fidely-ui/styled-system/recipes'; export const Textarea = styled(ArkField.Textarea, textarea);