文件名称:ui:Nordnet的用户界面
文件大小:1.46MB
文件格式:ZIP
更新时间:2024-03-01 11:18:50
TypeScript
@ nordnet / ui 安装 npm install -- save @ nordnet / ui # or yarn add @ nordnet / ui 用法 // src/root.js import { ThemeProvider } from 'styled-components' ; import { theme } from '@nordnet/ui' ; import App from './App' ; const Root = ( < ThemeProvider xss=removed> < App> < / ThemeProvider > ) ; ReactDOM . render ( Root , document . getElementById ( 'app' ) ) ; // src/App.js import { B