<div align="center">
    <h1>
        <img src="https://raw.githubusercontent.com/TobitSoftware/chayns-components/master/assets/logo.png" width="600px" alt="chayns-components" />
    </h1>
    <p>A set of beautiful React components for developing your own applications with chayns.</p>
    <div>
        <img src="https://img.shields.io/npm/dm/@chayns-components/core.svg?style=for-the-badge" alt="" />
        <img src="https://img.shields.io/npm/v/@chayns-components/core?style=for-the-badge" alt="" />
        <img src="https://img.shields.io/github/license/TobitSoftware/chayns-components?style=for-the-badge" alt="" />
        <img src="https://img.shields.io/github/contributors/TobitSoftware/chayns-components?style=for-the-badge" alt="" />
    </div>
</div>

---

## Installation

First you need to install the core part of the chayns-components.

```bash
# NPM
npm install @chayns-components/textstring

# Yarn
yarn add @chayns-components/textstring
```

> **Information:** Since the components have now been implemented with the styled-components
> library, the styles are delivered directly with the components. There is no need to load an extra
> stylesheet anymore.

## Usage

For detailed usage visit the [storybook](https://components.chayns.site/storybook).
