Skip to content

Latest commit

 

History

History
 
 

package-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Package Example

This is a private example package which can serve as a base for new packages.

Read more about when and how to use the [Component Name] component on the website.

Getting started

yarn add @hig/package-example

Import the component and CSS

import ComponentName from "@hig/package-example";
import "@hig/package-example/build/index.css";

Basic usage

<ComponentName />