由marketgoo创建的Ola设计系统的React实现。 安装 npm i @marketgoo/ola 用法 在文档中导入Ola样式,并将ola类添加到应用程序的根目录(通常是html元素) < html class =" ola " > < head > <!-- Your head content --> < link rel =" stylesheet " href =" ./node_modules/@marketgoo/ola/dist/index.css " > </ head > <