|
1 | 1 | # react-native-material-palette |
2 | 2 |
|
3 | | -> |
| 3 | +[![Build Status][build-badge]][build] |
| 4 | +[![Code Coverage][coverage-badge]][coverage] |
| 5 | +[![Version][version-badge]][package] |
| 6 | +[![MIT License][license-badge]][license] |
4 | 7 |
|
5 | | -<a title="Join on Slack" href="https://slack.callstack.io"><img src="https://slack.callstack.io/badge.svg" /></a> [](https://badge.fury.io/js/react-native-material-palette) [](https://circleci.com/gh/callstack-io/react-native-material-palette/tree/master) [](https://coveralls.io/github/callstack-io/react-native-material-palette?branch=master) |
| 8 | + |
| 9 | +[![PRs Welcome][prs-welcome-badge]][prs-welcome] |
| 10 | +[![Chat][chat-badge]][chat] |
| 11 | +[![Code of Conduct][coc-badge]][coc] |
6 | 12 |
|
7 | 13 | [Android Palette API](https://developer.android.com/training/material/palette-colors.html) brought to react native. It extracts prominent colors from images to help you create visually engaging apps. At the moment it only supports Android. |
8 | 14 |
|
@@ -68,6 +74,18 @@ The repo includes an example app that covers all the API cases. Go [here](./exam |
68 | 74 |
|
69 | 75 | Development instructions can be found here: [`react-native-material-palette` development](./docs/DEVELOPMENT.md). |
70 | 76 |
|
71 | | -## License |
72 | | - |
73 | | -[MIT](./LICENSE) |
| 77 | +<!-- badges --> |
| 78 | +[build-badge]: https://img.shields.io/circleci/project/github/callstack/react-native-material-palette/master.svg?style=flat-square |
| 79 | +[build]: https://circleci.com/gh/callstack/react-native-material-palette |
| 80 | +[coverage-badge]: https://img.shields.io/coveralls/github/callstack-io/react-native-material-palette.svg?style=flat-square |
| 81 | +[coverage]: https://coveralls.io/github/callstack-io/react-native-material-palette?branch=master |
| 82 | +[version-badge]: https://img.shields.io/npm/v/react-native-material-palette.svg?style=flat-square |
| 83 | +[package]: https://www.npmjs.com/package/react-native-material-palette |
| 84 | +[license-badge]: https://img.shields.io/npm/l/react-native-material-palette.svg?style=flat-square |
| 85 | +[license]: https://opensource.org/licenses/MIT |
| 86 | +[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square |
| 87 | +[prs-welcome]: http://makeapullrequest.com |
| 88 | +[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square |
| 89 | +[coc]: https://github.com/callstack/react-native-material-palette/blob/master/CODE_OF_CONDUCT.md |
| 90 | +[chat-badge]: https://img.shields.io/badge/chat-slack-brightgreen.svg?style=flat-square&colorB=E01563 |
| 91 | +[chat]: https://slack.callstack.com/ |
0 commit comments