File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 11import { Meta } from ' @storybook/addon-docs/blocks' ;
2+ import Logotype from ' ./Logotype/Logotype.svelte' ;
23
34<Meta title = " About" />
45
5- # SWR Data Lab Components
6+ <header
7+ class = " header"
8+ style = { {
9+ background: ' #DBF5D7' ,
10+ borderRadius: ' .4rem' ,
11+ padding: ' 1.5rem' ,
12+ marginBottom: ' 1.5rem'
13+ }}
14+ >
15+ <h1 >Chart Components</h1 >
16+ <div >
17+ Svelte/kit component library for ** [ SWR Data
18+ Lab] ( https://www.swr.de/home/swr-data-lab-team-100.html ) ** charts and interactives.
19+ </div >
20+ <a href = " https://www.npmjs.com/package/@swr-data-lab/components" >
21+ <img src = " https://img.shields.io/npm/v/%40swr-data-lab%2Fcomponents" />
22+ </a >
23+ </header >
624
7- Component library for SWR Data Lab interactives.
25+ ## Usage
26+
27+ ``` bash
28+ npm install --save @swr-data-lab/components
29+ ```
30+
31+ ## Contributing
32+
33+ See [ Github] ( https://github.com/SWRdata/components ) for license and contribution info.
You can’t perform that action at this time.
0 commit comments