Skip to content

ondras/fixmetodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<fix-me> and <to-do>

Web Components you really want to use.

Install

npm i @ondras/fixmetodo --registry https://npm.pkg.github.com

Include

<link rel="stylesheet" href="node_modules/@ondras/fixmetodo/fixmetodo.css" />
<script type="module"   src="node_modules/@ondras/fixmetodo/fixmetodo.js"></script>

Use

<!-- basic usage -->
<fix-me></fix-me>
<to-do></to-do>

<!-- very advanced usage -->
<fix-me who="John Doe"></fix-me>
<to-do who="(Foo Bar)"></to-do>

Result

Screenshot

Example

https://ondras.github.io/fixmetodo/

Awesome!

Built with love (and caribbean rum) by Ondřej Žára