ng-neu
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

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

Contributors ✨

Rafael Muradyan
Rafael Muradyan

💻

Package Sidebar

Install

npm i ng-neu

Weekly Downloads

10

Version

1.0.2

License

ISC

Unpacked Size

48.8 kB

Total Files

26

Last publish

Collaborators

  • rafaelmrdyn