文件名称:Ola:由marketgoo创建的Ola设计系统的React实施
文件大小:181KB
文件格式:ZIP
更新时间:2024-03-07 16:47:46
react component-library ola design-system JavaScript
由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 > < body > <!-- Your body content --> </ body > </ html > 在您的应用程序中导入Ola组件 import { Button } from "@marketgoo/ola" ; const Exampl