GithubHelp home page GithubHelp logo

tiagogm / aurelia-tags-input Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 2.0 1.21 MB

A tag input plugin built in aurelia

License: Creative Commons Zero v1.0 Universal

JavaScript 89.86% HTML 4.07% CSS 6.06%
aurelia tags aurelia-plugins tags-input

aurelia-tags-input's Introduction

Aurelia tags input

An Aurelia tags input plugin


Logo

Install

npm install aurelia-tags-input --save

Use

  export async function configure(aurelia) {
    //...
    aurelia.use
      //..
      .plugin('aurelia-tags-input')
  }
<aurelia-tags-input
  tags.bind="tags"
  on-changed.bind="onTagsChanged">
</aurelia-tags-input>

Optional bindable props

  • tags - array of string to render on the input as tags
  • on-changed - callback function called when tags are changed

Using aurelia-cli

Add this entry to aurelia.json depedencies:

{
  "name": "aurelia-tags-input",
  "main": "index",
  "path": "../node_modules/aurelia-tags-input/dist/amd",
  "resources": [
    "aurelia-tags-input.css",
    "aurelia-tags-input.html"
  ]
}

Note: aurelia-cli changes frequently so it's best to check the current way to do it here:

http://aurelia.io/docs/build-systems/aurelia-cli#adding-client-libraries-to-your-project

Building The Code

To build the code, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
  1. To build the code, you can now run:
gulp build
  1. You will find the compiled code in the dist folder, available in three module formats: AMD, CommonJS and ES6.

  2. See gulpfile.js for other tasks related to generating the docs and linting.

Running The Tests

To run the unit tests, first ensure that you have followed the steps above in order to install all dependencies and successfully build the library. Once you have done that, proceed with these additional steps:

  1. Ensure that the Karma CLI is installed. If you need to install it, use the following command:
npm install -g karma-cli
  1. Ensure that jspm is installed. If you need to install it, use the following commnand:
npm install -g jspm
  1. Install the client-side dependencies with jspm:
jspm install
  1. You can now run the tests with this command:
karma start

aurelia-tags-input's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

matthewh ayaanraj

aurelia-tags-input's Issues

Control not rendering in CLI

Hi, I'm trying to use this component with Aurelia and it doesn't render the control. I'm guessing it's not loading the html/css. I've tried many combinations in the dependency registration in Aurelia.json, and none of it worked. Could you please provide the dependency signature? Or what else could be going wrong? I'm using cli and this is the registration I currently use:

{ "name": "aurelia-tags-input", "path": "../node_modules/aurelia-tags-input/dist/amd", "main": "aurelia-tags-input", "resources": [ "**/*.{css,html}" ] }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.