0.1.11 • Published 5 years ago

@rickybento/inject v0.1.11

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Bento Injector

Usage

$ npm i @bento/inject
$ yarn add @bento/inject

You can consume the Bento as either a web component, or as a React component.

<bento-embed company="lettuce"></bento-embed>

..

<script src="path/to/embed.js" />

..

import Bento from '@bento/inject/App';

..

<Bento company="lettuce" />;

Documentation

Once you've cloned the repo:

# This will grab dependencies in the root and example directories
$ yarn install

# Start watching/rebuilding our bento-embed component
$ yarn start

In another process:

# Start the example app, consuming our watched bento-embed

$ cd example && yarn start

In your browser, load up http://localhost:1234

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago