1.0.2 • Published 5 years ago

ng-neu v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

ng-neu

A simple neumorphic component for Angular 2+

Version Downloads/week License All Contributors oclif

Getting Started

Installation

  • with NPM

    $ npm install ng-neu

Usage

Getting started

How to use it

It's a pretty easy to use this library. This is the usage example :

import { NgNeuModule } from 'ng-neu'; 

imports: [
    NgNeuModule
]

<ng-neu type="flat" text="My Button" height="100px"></ng-neu>

Props

propsNamepropsTypeisRequireddefaultProps
typestringfalseflat
textstringtrue''
widthstringfalse200px
heightstringfalse200px
fontSizestringfalse14px
backgroundstringfalsewhite
colorstringfalseblack

Contributors ✨