analytics-switch/README.md

21 lines
421 B
Markdown
Raw Permalink Normal View History

2022-09-18 23:31:58 +03:00
# analytics-switch
## Install
```bash
// with npm
2022-12-28 18:10:13 +02:00
npm i --save @flare/analytics-switch --registry https://lab.code-rove.com/public-node-registry
2022-09-18 23:31:58 +03:00
// with yarn
2022-12-28 18:10:13 +02:00
yarn add @flare/analytics-switch --registry https://lab.code-rove.com/public-node-registry
2022-09-18 23:31:58 +03:00
```
## Usage
```jsx
2022-09-19 00:00:55 +03:00
import { AnalyticsSwitch } from "@flare/analytics-switch";
2022-09-18 23:31:58 +03:00
```
**1.0.0**
This version includes the initial version of analytics-switch component.