Skip to content

Commit a2ceb41

Browse files
committed
chore: Iterate docs
1 parent 6bf123a commit a2ceb41

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

components/src/Intro.mdx

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
import { 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.

0 commit comments

Comments
 (0)