如何使用Blueprint在React中呈现表

时间:2016-11-23 06:39:32

标签: javascript reactjs react-jsx jsx blueprint

我尝试使用React和Blueprint UI工具包呈现一个非常简单的表。

相对于$animateCss组件的documentation非常简单,但似乎我的代码无效。

Table

下图显示了我得到的内容。我该如何解决?

Enter image description here

4 个答案:

答案 0 :(得分:6)

您是否在网页上添加了blueprint.cssblueprint-table.css?没有样式表,表格无法正确呈现!

答案 1 :(得分:1)

我必须在我的css文件中包含此行(使用create-react-app的webpack设置):

@import '~@blueprintjs/table/dist/table.css';

答案 2 :(得分:0)

对我来说,

yarn add @blueprintjs/core @blueprintjs/table

然后使用反应组件文件的相对路径

import { Cell, Column, Table } from '@blueprintjs/table'

import '../../node_modules/@blueprintjs/table/lib/css/table.css'

答案 3 :(得分:-2)

导入' @ blueprintjs / core / dist / blueprint.css'