kohshiba / react-neu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-neu

Neumorphic component library

NPM JavaScript Style Guide

Install

npm install --save react-neu

Usage

import React, { Component } from 'react'

import MyComponent from 'react-neu'
import 'react-neu/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © clintonbembryjr

About


Languages

Language:TypeScript 95.2%Language:HTML 3.9%Language:CSS 0.9%