Skip to content

saracunn/bio-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<bio-card>

This webcomponent follows the open-wc recommendation.

Installation

npm i bio-card

Usage

<script type="module">
  import 'bio-card/bio-card.js';
</script>

<bio-card></bio-card>

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with es-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

About

Basic webcomponent for a bio/profile card

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published