showcase-components
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "showcase-components", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A small React library for displaying previews/iframes/images of applications and websites inside browser and phone-like containers.", | ||
@@ -27,3 +27,3 @@ "homepage": "https://alhinds.com/showcase-components", | ||
"license": "ISC", | ||
"types": "index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"peerDependencies": { | ||
@@ -30,0 +30,0 @@ "react": "^16.8.4" |
# Showcase Components (React) | ||
[![npm Version][bd_npm_shield_url]][bd_npm_url] | ||
[bd_npm_url]: http://www.npmjs.org/package/showcase-components | ||
[bd_npm_shield_url]: https://img.shields.io/npm/v/showcase-components.svg | ||
This is a small `React` component library to be used as containers for showcasing projects, portfolio work, guides etc that are better presented in the context of a phone or browser window. | ||
@@ -9,2 +15,8 @@ | ||
## Installation | ||
```bash | ||
npm i --save showcase-components | ||
``` | ||
## Configuring with Webpack | ||
@@ -45,3 +57,5 @@ This package is meant to be used with a build tool to aid resolution of CSS modules. Webpack or similar with `style-loader` & `css-loader` will be required to use this package (although in most cases these packages should already be in use in most react build configurations). | ||
See the typings file for a fuller description of properties that are exposed. | ||
## Issues | ||
Please feel free to lodge an issue at the public git repository. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12960
59