Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 274 Bytes

navlink.md

File metadata and controls

25 lines (19 loc) · 274 Bytes
title
Jaseci Navlink

Summary

A Navlink component will render an anchor element within a jsc-navlink element.

Example:

{
	"component": "Navlink",
	"props": {
		"label": "Home",
		"href": "/",
	}
}

Props

  • label
  • href
  • target