@orcden/od-suite

A Collection of OrcDen

Usage no npm install needed!

<script type="module">
  import orcdenOdSuite from 'https://cdn.skypack.dev/@orcden/od-suite';
</script>

README

OD-Suite

A collection of agnostic webcomponents

OD-Suite is a set of agnostic components that will help you build faster web apps and organize your data more efficiently. It currently contains 10 major components ranging from simple buttons to take you to the top of the page to complex forms frameworks designed to quickly and acurately handle user input data while taking semantic html forms leg-work off of the developer.

Installation

  • Install with npm
npm i @orcden/od-suite

Usage

import '@orcden/od-suite';
<od-cabinet>
    <od-cabinet-item>
        <span slot='title'>Spinner</span>
        <div style='position: relative;height: 200px;width: 100%;'>
            <od-spinner scoped='true' active='true' ></od-spinner>
        </div>
    </od-cabinet-item>
</od-cabinet>
<od-top-button offset=5></od-top-button>

Components

Development

Run development server and show demo

npm run demo

Run linter

npm run lint

Fix linter errors

npm run fix

Build for production

npm run build