-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |