Giter Site home page Giter Site logo

daopolis / marko-sample-custom-tags Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marko-js-samples/marko-sample-custom-tags

0.0 2.0 0.0 3 KB

Sample reusable custom tags that are published to npm (no Marko Widgets)

JavaScript 54.64% HTML 45.36%

marko-sample-custom-tags's Introduction

Sample App: Marko Sample Custom Tags

This sample app illustrates how to create a set of custom tags that can be shared across multiple projects. This project includes a marko-taglib.json file in the root of the project that is used to export custom tags.

Installation

Install this package into the project that wants to utilize these sample custom tags:

npm install marko-sample-custom-tags --save

After this package has been installed, the custom tags exported by this package can then be used within Marko templates found in the parent project:

<sample-custom-tags-say-hello name="Jane"/>
<sample-custom-tags-foo/>

NOTE: The names of the custom tags can be whatever you want. However, it is recommended to prefix the custom tag name with the name of the package that it came from to avoid confusion (hence the long names for these custom tags).

marko-sample-custom-tags's People

Contributors

patrick-steele-idem avatar

Watchers

James Cloos avatar Victor Dudochkin avatar

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.