analytics-switch/README.md

21 lines
417 B
Markdown
Raw Normal View History

2022-09-18 23:31:58 +03:00
# 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
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.