1.0.2 • Published 5 years ago
ng-neu v1.0.2
ng-neu
A simple neumorphic component for Angular 2+
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
propsName | propsType | isRequired | defaultProps |
---|---|---|---|
type | string | false | flat |
text | string | true | '' |
width | string | false | 200px |
height | string | false | 200px |
fontSize | string | false | 14px |
background | string | false | white |
color | string | false | black |