1.8.7 • Published 14 days ago

finansavisen-components v1.8.7

Weekly downloads
-
License
ISC
Repository
-
Last release
14 days ago

Finansavisen Custom Elements

Custom elements library for Finansavisen,created with vue 3.

Installation

npm i finansavisen-components

React Example

import { useState } from "react";

import { Calculator, Keyratios, Currencies, Orderbook } from "finansavisen-components";
import "./App.css";
customElements.define("finansavisen-keyratios", Keyratios);
customElements.define("finansavisen-currency-list", Currencies);
customElements.define("finansavisen-orderbook", Orderbook);
customElements.define("finansavisen-calculator", Calculator);

function App() {
const [count, setCount] = useState(0);
return (

<div className="App">
<finansavisen-calculator token="your-token-here"></finansavisen-calculator>
<finansavisen-currencies
        insrefs="4606795,4615927,4615929,4615930,4615931,4615932,4606793,4615889,4606797,4606801"
        myList="4615929,4615927"
        token="your-token-here"
      ></finansavisen-currencies>

</div>
);
}

export default App;
1.8.7

14 days ago

1.8.6

2 months ago

1.8.5

2 months ago

1.8.4

2 months ago

1.8.35

3 months ago

1.8.3

3 months ago

1.8.2

3 months ago

1.8.1

3 months ago

1.8.0

4 months ago

1.7.9

4 months ago

1.7.8

4 months ago

1.7.7

4 months ago

1.7.6

4 months ago

1.7.5

4 months ago

1.7.4

4 months ago

1.7.3

4 months ago

1.7.2

4 months ago

1.7.1

5 months ago

1.7.0

5 months ago

1.6.8

5 months ago

1.6.7

5 months ago

1.6.6

5 months ago

1.6.5

5 months ago

1.6.4

5 months ago

1.5.5

6 months ago

1.4.6

7 months ago

1.6.3

5 months ago

1.5.4

6 months ago

1.6.2

5 months ago

1.5.3

6 months ago

1.6.1

5 months ago

1.5.2

6 months ago

1.6.0

5 months ago

1.5.1

6 months ago

1.5.0

7 months ago

1.5.8

6 months ago

1.4.9

7 months ago

1.5.7

6 months ago

1.4.8

7 months ago

1.5.6

6 months ago

1.4.7

7 months ago

1.4.5

7 months ago

1.4.4

7 months ago

1.4.3

7 months ago

1.4.0

8 months ago

1.3.0

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago