3.0.6 โ€ข Published 4 years ago

@nejcm/react-skeleton-emotion v3.0.6

Weekly downloads
91
License
MIT
Repository
github
Last release
4 years ago

โŒ› React skeleton

NPM JavaScript Style Guide

Build Status Semantic release Code Coverage version downloads MIT License

All Contributors PRs Welcome Code of Conduct

Watch on GitHub Star on GitHub

Table of Contents

Installation

# with styled-components
$ npm install --save @nejcm/react-skeleton
# with emotion
$ npm install --save @nejcm/react-skeleton-emotion

Peer dependencies

react-skeleton requires the following peer dependencies to work. Make sure to have them installed in your project.

You can skip this step if those packages are already installed in your project.

# with styled-components
$ npm install react react-dom styled-components @babel/runtime
# with emotion
$ npm install react react-dom @emotion/styled @emotion/core @babel/runtime

Usage

// with styled-components
import Skeleton, {Card, Grid} from '@nejcm/react-skeleton';
// with emotion
import Skeleton, {Card, Grid} from '@nejcm/react-skeleton-emotion';

For more examples check the docs.

Docs & Examples

Docs & Examples

Screenshot

Issues

Looking to contribute? Look for the Good First Issue label.

๐Ÿ› Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

See Bugs

๐Ÿ’ก Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a ๐Ÿ‘. This helps maintainers prioritize what to work on.

See Feature Requests

โ“ Questions

For questions related to using the library, please visit a support community instead of filing an issue on GitHub.

Authors

Contributors

This project follows the all-contributors specification. Contributions of any kind welcome!

Support

Reach out to us at one of the following places:

LICENSE

MIT

3.0.6

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.5

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago