0.0.9 • Published 6 years ago

@moxiworks/moxi-left-nav v0.0.9

Weekly downloads
9
License
ISC
Repository
-
Last release
6 years ago

MoxiWorks Left Navigation Component

Source for the MoxiWorks Left Navigation Component Proposal

Development

  1. Fork and clone repository
  2. From terminal run yarn install'
  3. From terminal run npm run dev
  4. Dev and have fun

Install Instructions

In your project run:

npm i @moxiworks/moxi-left-nav --save-dev

or if using yarn

yarn add @moxiworks/moxi-left-nav -D

Importing the Library for use in Frameworks

import '@moxiworks/moxi-left-nav'

Using the Component Standalone

You'll want to source the following library from WebComponents.org:

<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.3.0/webcomponents-bundle.js"></script>

Then source the component:

<script src="https://cdn.jsdelivr.net/npm/@moxiworks/moxi-left-nav@latest/build/moxi-left-nav.min.js"></script>

You'll need the following tag in your DOM for the component to mount to:

<moxi-left-nav></moxi-left-nav>

Demo

CodePen showing standalone implementation

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago