Skip to content

ec.tailbite 0.0.11

Install from the command line:
Learn more about npm packages
$ npm install @entrecode/ec.tailbite@0.0.11
Install via package.json:
"@entrecode/ec.tailbite": "0.0.11"

About this version

ec.tailbite

tailbite logo

This is the entrecode frontend component framework.

Install

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.

2. You'll need a .npmrc file in your root directory with the following content:

@entrecode:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=YOURTOKEN

Replace YOURTOKEN with the generated PAT

3. open a new terminal and run

npm install @entrecode/tailbite --save

Usage

import { Section, Button, Card } from '@entrecode/ec.tailbite';

The import is currently not tree shaked, so it might be changed in the future..

Details


Assets

  • ec.tailbite-0.0.11.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0