We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4390766 + 0aeeea7 commit 72b34f3Copy full SHA for 72b34f3
1 file changed
README.md
@@ -35,16 +35,19 @@ Install `@material-table/core` using npm or yarn:
35
36
```bash
37
npm install @material-table/core
38
+```
39
+
40
or
41
-bash
-Code kopieren
42
+```bash
43
yarn add @material-table/core
44
45
46
Refer to the installation guide for more information and advanced usage.
47
48
💡 Basic Usage
-javascript
49
50
+```javascript
51
import MaterialTable from '@material-table/core';
52
53
function MyTable() {
0 commit comments