CW-FE-Components 长为数据前端组件库 安装 npm install @cwfe/components 或 yarn add @cwfe/components 使用 import { Flex } from '@cwfe/components' const Test = () => { return <Flex direction='column' /> }