marko-semantic-ui-taglibs

0.0.5 • Public • Published

marko-semantic-ui-taglibs NPM version Build Status Dependency Status

Marko taglibs for Semantic UI

TODO

  • Trim down number of tags by using clever logic and conditional magic!
  • Add Feed tags

Install

$ npm install --save marko-semantic-ui-taglibs

Usage

Have your taglib reference a package.json such as the one in your root project folder.

    "taglib-imports"[
      "../package.json"
    ]

In your package.json, ensure marko-semantic-ui-taglibs is listed in dependencies

{
    "dependencies": {
        "marko-semantic-ui-taglibs": "^0.0.1",
    }
}

The taglibs finder will then look up in each module in node_modules to see if it has a marko-taglib.json in the root and import it if found.

Development

Use Jade to develop templates. Then run gulp jade:marko to generate marko templates!

When you are happy with your changes, create index files for components by running:

node indexes.js

Or via npm:

npm run index

License

MIT © Kristian Mandrup

Readme

Keywords

Package Sidebar

Install

npm i marko-semantic-ui-taglibs

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • kmandrup