You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
**[View the demo](https://tabler.github.io/tabler-react/)** | **[track our progress towards version 1](https://github.com/tabler/tabler-react/projects/1)** | **[get involved](https://github.com/tabler/tabler-react/issues)** | **[chat to us on Slack](https://tabler-ui.slack.com/messages/CA55LDVHU/)**.
> Please note: we're working fast towards [version 1.0](https://github.com/tabler/tabler-react/milestone/1) and until then all releases should be considered unstable and potentially breaking
8
10
9
11
## Install
10
12
11
13
Make sure you have [Node.js](https://nodejs.org/) 8+ and [npm](https://npmjs.com/) installed.
12
14
13
15
`npm install --save tabler-react` or `yarn add tabler-react`
14
16
15
-
## Usage
17
+
## Example
16
18
17
19
```jsx
18
20
importReact, { Component } from"react";
@@ -35,7 +37,7 @@ class MyCard extends Component {
35
37
}
36
38
```
37
39
38
-
For more examples see the [demo website](https://tabler.github.io/tabler-react/)
40
+
For more examples and documentation see the [demo website](https://tabler.github.io/tabler-react/)
0 commit comments