21 lines
400 B
Markdown
21 lines
400 B
Markdown
# analytics-switch
|
|
|
|
## Install
|
|
|
|
```bash
|
|
// with npm
|
|
npm i --save @flare/analytics-switch --registry https://toodle.ddns.net/public-node-registry
|
|
|
|
// with yarn
|
|
yarn add @flare/analytics-switch --registry https://toodle.ddns.net/public-node-registry
|
|
```
|
|
|
|
## Usage
|
|
|
|
```jsx
|
|
import {} from "@flare/analytics-switch";
|
|
```
|
|
|
|
**1.0.0**
|
|
This version includes the initial version of analytics-switch component.
|