1.0.1 • Published 3 years ago
nightmareui v1.0.1
nightmareui
Made with create-react-library
Install
npm install --save nightmareuiUsage
import React, { Component } from 'react'
import MyComponent from 'nightmareui'
import 'nightmareui/dist/index.css'
class Example extends Component {
  render() {
    return <MyComponent />
  }
}License
MIT © Cengizhnx