@orcden/od-suite

18.4.1 • Public • Published

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

/@orcden/od-suite/

    Package Sidebar

    Install

    npm i @orcden/od-suite

    Weekly Downloads

    0

    Version

    18.4.1

    License

    MIT

    Unpacked Size

    4.41 kB

    Total Files

    3

    Last publish

    Collaborators

    • mackw1990
    • iliptikal