ec.tailbite 0.0.16
Install from the command line:
Learn more about npm packages
$ npm install @entrecode/ec.tailbite@0.0.16
Install via package.json:
"@entrecode/ec.tailbite": "0.0.16"
About this version
This is the entrecode frontend component framework.
Since it is a private package, you are required to have npm configured correctly.
1. create a GitHub PAT here https://github.com/settings/tokens with the permission read:packages
.
@entrecode:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=YOURTOKEN
Replace YOURTOKEN
with the generated PAT
npm install @entrecode/tailbite --save
import { Section, Button, Card } from '@entrecode/ec.tailbite';
The import is currently not tree shaked, so it might be changed in the future..