Skip to main content

♑@tsei/neui

neumorphic UI using styled and animated

Installation

  • npm install @tsei/neui styled-components react-spring

Quick started

git clone https://github.com/tseijp/neui
cd neui
npm i
npm start

open browser and visit localhost:3000 ~Now you can go to our demo, and try its usage.~

Usage

import React from "react"
import ReactDOM from "react-dom"
import {Button} from "@tsei/neui"

function App() {
return <Button>Hello World</Button>;
}

ReactDOM.render(<App/>, document.getElementById('root')

~Now you can see in this live and interactive demo.~

Examples

~Now you can see in our demo page.~

Documentation

~Check out our documentation website.~

License

This project is licensed under the terms of the [MIT license][https://github.com/tseijp/neui].