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