@syaifulsz/iuf-demo-button

1.1.7 • Public • Published

IUF Demo: Button

A description of IUF component; Button. Something (+1 Patch) +1

Screenshot

Getting Started

See NPM Package for latest version or install by npm:

npm install @syaifulsz/iuf-demo-button

Include this stylesheet code into your site:

<link rel="stylesheet" href="dist/iuf-demo-button.min.css" />

Usage:

Example with <a> tag:

<a href="#" class="iuf-demo-button iuf-demo-button--one">Button Style 1</a>
<a href="#" class="iuf-demo-button iuf-demo-button--two">Button Style 2</a>
<a href="#" class="iuf-demo-button iuf-demo-button--three">Button Style 3</a>
<a href="#" class="iuf-demo-button iuf-demo-button--four">Button Style 4</a>
<a href="#" class="iuf-demo-button iuf-demo-button--five">Button Style 5</a>

Example with <button> tag:

<button type="button" class="iuf-demo-button iuf-demo-button--one">Button Style 1</button>
<button type="button" class="iuf-demo-button iuf-demo-button--two">Button Style 2</button>
<button type="button" class="iuf-demo-button iuf-demo-button--three">Button Style 3</button>
<button type="button" class="iuf-demo-button iuf-demo-button--four">Button Style 4</button>
<button type="button" class="iuf-demo-button iuf-demo-button--five">Button Style 5</button>

Development

To extends, develop or contribute to this component, you're required to fork our main repository and made a pull request.

Development Requirements

Development tools required for this component are:

Ruby and SASS are optional if you're fully using node-sass from npm for development.

Development Setup

Run:

npm install

Compile

Run:

grunt

TODO

  • Split sub-components for Mixins, Functions and Variables

CHANGELOG

All notable changes to this project will be documented in this file. For now, let's keep TODO and CHANGELOG in README file. Keeping things simple.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2019-07-16

Added

  • Initial setup

Changed

  • Nothing to change

Removed

  • Nothing to remove

Readme

Keywords

none

Package Sidebar

Install

npm i @syaifulsz/iuf-demo-button

Weekly Downloads

1

Version

1.1.7

License

ISC

Unpacked Size

40.4 kB

Total Files

8

Last publish

Collaborators

  • syaifulsz