@hig/icon-button
Advanced tools
Comparing version 0.1.0-alpha.af7ea4ff to 0.1.0-alpha.b668624b
{ | ||
"name": "@hig/icon-button", | ||
"version": "0.1.0-alpha.af7ea4ff", | ||
"version": "0.1.0-alpha.b668624b", | ||
"description": "HIG IconButton component", | ||
@@ -8,2 +8,5 @@ "author": "Autodesk Inc.", | ||
"homepage": "https://hig.autodesk.com", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "build/index.js", | ||
@@ -16,7 +19,7 @@ "module": "build/index.es.js", | ||
"dependencies": { | ||
"@hig/icon": "0.1.0-alpha.af7ea4ff" | ||
"@hig/icon": "0.1.0-alpha.b668624b" | ||
}, | ||
"devDependencies": { | ||
"@hig/scripts": "0.2.0-alpha.af7ea4ff", | ||
"@hig/styles": "0.1.0-alpha.af7ea4ff" | ||
"@hig/scripts": "0.2.0-alpha.b668624b", | ||
"@hig/styles": "0.1.0-alpha.b668624b" | ||
}, | ||
@@ -23,0 +26,0 @@ "peerDependencies": { |
@@ -7,2 +7,15 @@ # IconButton | ||
## Getting started | ||
``` | ||
yarn add @hig/icon-button | ||
``` | ||
## Import the component and CSS | ||
``` | ||
import IconButton from '@hig/icon-button'; | ||
import '@hig/icon-button/build/index.css'; | ||
``` | ||
## Typical usage | ||
@@ -13,5 +26,2 @@ | ||
```jsx | ||
import Icon from '@hig/icon-button`; | ||
import '@hig/icon-button/build/index.css'; | ||
function MyComponent() { | ||
@@ -30,4 +40,2 @@ return ( | ||
```jsx | ||
import Icon from '@hig/icon-button`; | ||
import '@hig/icon-button/build/index.css'; | ||
import myIcon from 'my-icon.svg'; | ||
@@ -43,2 +51,2 @@ | ||
} | ||
``` | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30548
871
49
+ Added@hig/icon@0.1.0-alpha.b668624b(transitive)
+ Added@hig/icons@0.1.0-alpha.b668624b(transitive)
- Removed@hig/icon@0.1.0-alpha.af7ea4ff(transitive)
- Removed@hig/icons@0.1.0-alpha.af7ea4ff(transitive)