Socket
Socket
Sign inDemoInstall

@organtik/material-button

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @organtik/material-button

A HyperHTML-Element implementation of MDC Button


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

material-hyperhtml-element-button

A HyperHTML-Element implementation of MDC Button

Usage

For examples currently refer to Repository. More production worthy examples coming soon.

  1. Don't forget your polyfill until Web Components and Custom Elements are widely supported.

    Recommended: document-register-element

  2. Profit: <script type="module" src="@organtik/material-button/index.js"></script> <material-button label="Labeled"></material-button>

    Or into your module script:

    import { MaterialButton } from "@organtik/material-button" <material-button label="Labeled"></material-button>

Specifications

Contributing

Our goal across all these components is to enable distributed, no barrier-to-entry abilities to contribute.

To being local development its as simple as:

npm install
npm start

The preconfigured webpack development server will host the index file and away you go! (We've even provided VSCode sample debugging hooks).

Approved Visions for Development

TODO - Provide Organtik introduction and mechanism for paid work for these items

  • Id when not supplied use Id generator such as https://github.com/ai/nanoid
  • Pre push tslint -p enforcement or similar
  • Improved SASS packaging. Potential css separation all together for reuse but MDC does a good job of that
  • HyperHTML-Element fork with improved Typescript extension ie HtmButtonElement
  • Hosting of example
  • Karma tests on dev-web

Keywords

FAQs

Last updated on 09 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc