Skip to content

Commit

Permalink
docs: add initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 25, 2024
1 parent 7029f93 commit 6b7aa25
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/components/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# mittwald Flow Components

> ⚠️ **EARLY DEVELOPMENT — STABILITY NOTICE**
>
> This project is in **early development** stage, and we do not offer any
> stability guarantees of any kind. We welcome you to give this project a try
> and we're looking forward for any feedback on this project in this stage of
> development. However, please do not rely on any inputs or outputs of this
> project to remain stable.
## Installing

With npm:

```shell
$ npm install @mittwald/flow-next-components
```

With Yarn:

```shell
$ yarn add @mittwald/flow-next-components
```

## Import styles

You have to import the bundled stylesheet in order to get the correct component
styles. The stylesheet can be imported from:

```
@mittwald/flow-next-components/styles
```
23 changes: 23 additions & 0 deletions packages/design-tokens/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# mittwald Flow Components

> ⚠️ **EARLY DEVELOPMENT — STABILITY NOTICE**
>
> This project is in **early development** stage, and we do not offer any
> stability guarantees of any kind. We welcome you to give this project a try
> and we're looking forward for any feedback on this project in this stage of
> development. However, please do not rely on any inputs or outputs of this
> project to remain stable.
## Installing

With npm:

```shell
$ npm install @mittwald/flow-next-design-tokens
```

With Yarn:

```shell
$ yarn add @mittwald/flow-next-design-tokens
```
23 changes: 23 additions & 0 deletions packages/stylesheet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# mittwald Flow Components

> ⚠️ **EARLY DEVELOPMENT — STABILITY NOTICE**
>
> This project is in **early development** stage, and we do not offer any
> stability guarantees of any kind. We welcome you to give this project a try
> and we're looking forward for any feedback on this project in this stage of
> development. However, please do not rely on any inputs or outputs of this
> project to remain stable.
## Installing

With npm:

```shell
$ npm install @mittwald/flow-next-stylesheet
```

With Yarn:

```shell
$ yarn add @mittwald/flow-next-stylesheet
```

0 comments on commit 6b7aa25

Please sign in to comment.