1.1.4 • Published 2 years ago

neum-ui v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

neum-ui

neumorphic ui component library from Hami Berkay Aktaş The css content I used in this project was taken from this website. https://codes4education.com/amazing-neumorphism-ui-design-using-html-css/

NPM JavaScript Style Guide

Generals

Cevap1 Cevap1

Install

npm install --save neum-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'neum-ui'
import 'neum-ui/dist/index.css'

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

Examples

  • Simple button

    import { Button,ButtonPressed } from 'neum-ui'

  <Button href={"hamiberkayaktas.tk"}>This is Button</Button>
  <ButtonPressed>Pressed Button</ButtonPressed>

Cevap1

License

MIT © hberkayaktas

1.1.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago