diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c7c9047..f4bba074 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,6 +40,8 @@ "adword", "Adwords", "appbar", + "Arie", + "arietrouw", "autodocs", "awid", "bignumber", @@ -48,10 +50,12 @@ "ethersproject", "flexbox", "instrumenter", + "jsdelivr", "Merkle", "noindex", "reinit", "Tiktok", + "Trouw", "typedoc", "webp", "xylabs", diff --git a/README.md b/README.md index 271c57be..a26e7006 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![main-build][]][main-build-link] [![npm-badge][]][npm-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) [![codacy-badge][]][codacy-link] [![codeclimate-badge][]][codeclimate-link] [![snyk-badge][]][snyk-link] @@ -21,7 +24,7 @@ ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. Features: @@ -45,10 +48,24 @@ Using yarn: yarn add @xylabs/sdk-react ``` +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) + +[Storybook](https://xylabs.github.io/sdk-react/storybook) + ## Scripts -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. +Using npm: + +```sh +npm xy --help +``` + +Using yarn: + +```sh +yarn xy --help +``` ### Build (Storybook) @@ -68,7 +85,10 @@ yarn start ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -94,3 +114,9 @@ See the [LICENSE](LICENSE) file for license details [snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json [snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json + +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-shared +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-shared + +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-shared/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-shared \ No newline at end of file diff --git a/packages/accordion/README.md b/packages/accordion/README.md new file mode 100644 index 00000000..f39df193 --- /dev/null +++ b/packages/accordion/README.md @@ -0,0 +1,67 @@ +[![logo][]](https://xylabs.com) + +# @xylabs/react-accordion + +[![npm-badge][]][npm-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) + +> XY Labs generalized React library + +## Table of Contents + +- [Description](#description) +- [Install](#install) +- [Maintainers](#maintainers) +- [License](#license) +- [Credits](#credits) + +## Description + +Common React code that is used throughout XYO projects that use React. + +## Install + +Using npm: + +```sh +npm i --save @xylabs/react-accordion +``` + +Using yarn: + +```sh +yarn add @xylabs/react-accordion +``` + +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) + +[Storybook](https://xylabs.github.io/sdk-react/storybook) + +## Maintainers + +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) + +## License + +See the [LICENSE](LICENSE) file for license details + +## Credits + +[Made with 🔥and ❄️ by XY Labs](https://xylabs.com) + +[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg + +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-accordion.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-accordion + +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-accordion +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-accordion + +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-accordion/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-accordion \ No newline at end of file diff --git a/packages/appbar/README.md b/packages/appbar/README.md index be6aff87..a93e2450 100644 --- a/packages/appbar/README.md +++ b/packages/appbar/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-appbar -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-appbar ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-appbar ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-appbar.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-appbar -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-appbar +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-appbar -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-appbar/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-appbar \ No newline at end of file diff --git a/packages/async-effect/README.md b/packages/async-effect/README.md index be6aff87..48d448e5 100644 --- a/packages/async-effect/README.md +++ b/packages/async-effect/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-async-effect -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-async-effect ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-async-effect ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-async-effect.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-async-effect -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-async-effect +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-async-effect -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-async-effect/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-async-effect \ No newline at end of file diff --git a/packages/base-page/README.md b/packages/base-page/README.md index be6aff87..79e6ca9a 100644 --- a/packages/base-page/README.md +++ b/packages/base-page/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-base-page -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-base-page ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-base-page ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-base-page.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-base-page -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-base-page +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-base-page -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-base-page/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-base-page \ No newline at end of file diff --git a/packages/button/README.md b/packages/button/README.md index be6aff87..8617667c 100644 --- a/packages/button/README.md +++ b/packages/button/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-button -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-button ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-button ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-button.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-button -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-button +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-button -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-button/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-button \ No newline at end of file diff --git a/packages/common/README.md b/packages/common/README.md index be6aff87..3a884829 100644 --- a/packages/common/README.md +++ b/packages/common/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-common -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-common ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-common ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-common.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-common -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-common +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-common -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-common/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-common \ No newline at end of file diff --git a/packages/cookie-consent/README.md b/packages/cookie-consent/README.md index be6aff87..667a3e85 100644 --- a/packages/cookie-consent/README.md +++ b/packages/cookie-consent/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-cookie-consent -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-cookie-consent ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-cookie-consent ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-cookie-consent.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-cookie-consent -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-cookie-consent +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-cookie-consent -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-cookie-consent/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-cookie-consent \ No newline at end of file diff --git a/packages/crypto/README.md b/packages/crypto/README.md index be6aff87..6c2caf8d 100644 --- a/packages/crypto/README.md +++ b/packages/crypto/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-crypto -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-crypto ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-crypto ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-crypto.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-crypto -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-crypto +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-crypto -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-crypto/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-crypto \ No newline at end of file diff --git a/packages/dialogs/README.md b/packages/dialogs/README.md index be6aff87..8f954a85 100644 --- a/packages/dialogs/README.md +++ b/packages/dialogs/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-dialogs -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-dialogs ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-dialogs ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-dialogs.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-dialogs -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-dialogs +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-dialogs -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-dialogs/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-dialogs \ No newline at end of file diff --git a/packages/error/README.md b/packages/error/README.md index be6aff87..278ece79 100644 --- a/packages/error/README.md +++ b/packages/error/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-error -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-error ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-error ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-error.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-error -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-error +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-error -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-error/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-error \ No newline at end of file diff --git a/packages/experiments/README.md b/packages/experiments/README.md index be6aff87..4e4ec737 100644 --- a/packages/experiments/README.md +++ b/packages/experiments/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-experiments -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-experiments ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-experiments ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-experiments.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-experiments -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-experiments +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-experiments -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-experiments/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-experiments \ No newline at end of file diff --git a/packages/flexbox/README.md b/packages/flexbox/README.md index be6aff87..b0c02f6c 100644 --- a/packages/flexbox/README.md +++ b/packages/flexbox/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-flexbox -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-flexbox ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-flexbox ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-flexbox.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-flexbox -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-flexbox +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-flexbox -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-flexbox/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-flexbox \ No newline at end of file diff --git a/packages/identicon/README.md b/packages/identicon/README.md index be6aff87..860f1902 100644 --- a/packages/identicon/README.md +++ b/packages/identicon/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-identicon -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-identicon ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-identicon ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-identicon.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-identicon -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-identicon +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-identicon -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-identicon/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-identicon \ No newline at end of file diff --git a/packages/invertible-theme/README.md b/packages/invertible-theme/README.md index be6aff87..2315dbcd 100644 --- a/packages/invertible-theme/README.md +++ b/packages/invertible-theme/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-invertible-theme -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-invertible-theme ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-invertible-theme ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-invertible-theme.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-invertible-theme -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-invertible-theme +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-invertible-theme -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-invertible-theme/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-invertible-theme \ No newline at end of file diff --git a/packages/link/README.md b/packages/link/README.md index be6aff87..745d58be 100644 --- a/packages/link/README.md +++ b/packages/link/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-link -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-link ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-link ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-link.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-link -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-link +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-link -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-link/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-link \ No newline at end of file diff --git a/packages/number-status/README.md b/packages/number-status/README.md index be6aff87..47b47c3e 100644 --- a/packages/number-status/README.md +++ b/packages/number-status/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-number-status -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-number-status ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-number-status ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-number-status.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-number-status -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-number-status +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-number-status -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-number-status/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-number-status \ No newline at end of file diff --git a/packages/pixel-debugger/README.md b/packages/pixel-debugger/README.md index be6aff87..cfe0c5a0 100644 --- a/packages/pixel-debugger/README.md +++ b/packages/pixel-debugger/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-pixel-debugger -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-pixel-debugger ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-pixel-debugger ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-pixel-debugger.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-pixel-debugger -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-pixel-debugger +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-pixel-debugger -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-pixel-debugger/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-pixel-debugger \ No newline at end of file diff --git a/packages/pixel/README.md b/packages/pixel/README.md index be6aff87..921f08d3 100644 --- a/packages/pixel/README.md +++ b/packages/pixel/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-pixel -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-pixel ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-pixel ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-pixel.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-pixel -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-pixel +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-pixel -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-pixel/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-pixel \ No newline at end of file diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 6c3aceb7..0aa57234 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -81,4 +81,4 @@ "sideEffects": false, "version": "3.0.18", "type": "module" -} +} \ No newline at end of file diff --git a/packages/portal/README.md b/packages/portal/README.md index be6aff87..d6b5c665 100644 --- a/packages/portal/README.md +++ b/packages/portal/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-portal -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-portal ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-portal ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-portal.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-portal -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-portal +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-portal -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-portal/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-portal \ No newline at end of file diff --git a/packages/promise/README.md b/packages/promise/README.md index be6aff87..dd7e7c86 100644 --- a/packages/promise/README.md +++ b/packages/promise/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-promise -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-promise ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-promise ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-promise.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-promise -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-promise +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-promise -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-promise/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-promise \ No newline at end of file diff --git a/packages/quick-tip-button/README.md b/packages/quick-tip-button/README.md index be6aff87..43ae9275 100644 --- a/packages/quick-tip-button/README.md +++ b/packages/quick-tip-button/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-quick-tip-button -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-quick-tip-button ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-quick-tip-button ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-quick-tip-button.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-quick-tip-button -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-quick-tip-button +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-quick-tip-button -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-quick-tip-button/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-quick-tip-button \ No newline at end of file diff --git a/packages/render-spin-check/README.md b/packages/render-spin-check/README.md index be6aff87..c3ec80f4 100644 --- a/packages/render-spin-check/README.md +++ b/packages/render-spin-check/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-render-spin-check -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-render-spin-check ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-render-spin-check ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-render-spin-check.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-render-spin-check -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-render-spin-check +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-render-spin-check -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-render-spin-check/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-render-spin-check \ No newline at end of file diff --git a/packages/rich-result/README.md b/packages/rich-result/README.md index be6aff87..b9a9cc91 100644 --- a/packages/rich-result/README.md +++ b/packages/rich-result/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-rich-result -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-rich-result ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-rich-result ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-rich-result.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-rich-result -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-rich-result +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-rich-result -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-rich-result/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-rich-result \ No newline at end of file diff --git a/packages/scroll-to-top/README.md b/packages/scroll-to-top/README.md index be6aff87..f225ef28 100644 --- a/packages/scroll-to-top/README.md +++ b/packages/scroll-to-top/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-scroll-to-top -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-scroll-to-top ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-scroll-to-top ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-scroll-to-top.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-scroll-to-top -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-scroll-to-top +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-scroll-to-top -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-scroll-to-top/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-scroll-to-top \ No newline at end of file diff --git a/packages/select/README.md b/packages/select/README.md index be6aff87..64d04fa4 100644 --- a/packages/select/README.md +++ b/packages/select/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-select -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-select ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-select ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-select.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-select -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-select +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-select -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-select/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-select \ No newline at end of file diff --git a/packages/shared/README.md b/packages/shared/README.md index be6aff87..fcc5e310 100644 --- a/packages/shared/README.md +++ b/packages/shared/README.md @@ -1,14 +1,11 @@ [![logo][]](https://xylabs.com) -# @xylabs/sdk-react +# @xylabs/react-shared -[![main-build][]][main-build-link] -[![beta-build][]][beta-build-link] [![npm-badge][]][npm-link] -[![bch-badge][]][bch-link] -[![codacy-badge][]][codacy-link] -[![codeclimate-badge][]][codeclimate-link] -[![snyk-badge][]][snyk-link] +[![npm-downloads-badge][]][npm-link] +[![jsdelivr-badge][]][jsdelivr-link] +[![npm-license-badge][]](LICENSE) > XY Labs generalized React library @@ -16,53 +13,39 @@ - [Description](#description) - [Install](#install) -- [Scripts](#scripts) - [Maintainers](#maintainers) - [License](#license) - [Credits](#credits) ## Description -Common React code that is used throughtout XYO projects that use React. +Common React code that is used throughout XYO projects that use React. ## Install Using npm: ```sh -npm i --save @xylabs/sdk-react +npm i --save @xylabs/react-shared ``` Using yarn: ```sh -yarn add @xylabs/sdk-react +yarn add @xylabs/react-shared ``` -## Scripts +## Documentation +[Developer Reference](https://xylabs.github.io/sdk-react) -See [ts-scripts-yarn3](https://github.com/xylabs/ts-scripts-yarn3/blob/main/README.md) for -list of shared scripts. The below scripts are custom scripts for this repo. - -### Build (Storybook) - -Build the static Storybook site - -```sh -yarn build-storybook -``` - -### Start - -Starts the project in the browser for testing, with auto reload using Storybook - -```sh -yarn start -``` +[Storybook](https://xylabs.github.io/sdk-react/storybook) ## Maintainers -- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com) +- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com)) +- [Matt Jones](https://github.com/jonesmac) +- [Joel Carter](https://github.com/JoelBCarter) +- [Jordan Trouw](https://github.com/jordantrouw) ## License @@ -74,23 +57,11 @@ See the [LICENSE](LICENSE) file for license details [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg -[main-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml/badge.svg -[main-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-main.yml - -[beta-build]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml/badge.svg -[beta-build-link]: https://github.com/xylabs/sdk-react/actions/workflows/build-beta.yml - -[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-react.svg -[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-react - -[bch-badge]: https://bettercodehub.com/edge/badge/xylabs/sdk-react?branch=main -[bch-link]: https://bettercodehub.com/results/xylabs/sdk-react - -[codacy-badge]: https://app.codacy.com/project/badge/Grade/c2a69d4530ed4b7da6ddb070169dd339 -[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-react/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-react&utm_campaign=Badge_Grade +[npm-badge]: https://img.shields.io/npm/v/@xylabs/react-shared.svg +[npm-link]: https://www.npmjs.com/package/@xylabs/react-shared -[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c461e0bc2b00c0b01ac0/maintainability -[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-react/maintainability +[npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-shared +[npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-shared -[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-react/badge.svg?targetFile=package.json -[snyk-link]: https://snyk.io/test/github/xylabs/sdk-react?targetFile=package.json \ No newline at end of file +[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-shared/badge +[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-shared \ No newline at end of file