Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

dennisreimann/Octopus

 
 

Repository files navigation

Octopus

CircleCI semantic-release Love and Peace

An adapting pattern library

Run Locally

npm install
npm start

Usage

put the library in your html:

<script src="https://lib.patternson.io/Octopus/v/latest.js"></script>

Put up the frame (it serves the global css variables) and start to use components

<op-frame>
  <op-headline>This is a Octopus Headline</op-headline>
  <op-button>Checkout the repository</op-button>
</op-frame>

Specific version:

For a specific version use https://lib.patternson.io/Octopus/v/[tag].js

Where [tag] must be either latest or a valid semver specifier.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

  • CSS 56.8%
  • TypeScript 37.6%
  • HTML 5.4%
  • JavaScript 0.2%