@zhangli2008/ai-editor-components
v0.1.2
Published
Business components for the Ai editor platform.
Maintainers
Readme
@zhangli2008/ai-editor-components
Business component library for the Ai editor platform.
Usage
import { LText } from '@zhangli2008/ai-editor-components'
export function Demo() {
return (
<LText
text="Hello editor"
fontSize={20}
fontWeight="700"
style={{ letterSpacing: 1 }}
/>
)
}