1.0.0 • Published 4 years ago

oegonzal-ui v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

oegonzal-ui

IMPORTANT:

  • Use peer dependencies to prevent packaging modules into build

  • cd <your_folder_name> && npm start

  • cd <your_folder_name> cd example && npm start
  • example project is linked to build Running first command will run rollup to watch src/ module and automatically recompile it into dist/ whenever changes are made

  • For private publish on npm npm publish npm publish --access=public (for public)

RESOURCES:

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save oegonzal-ui

Usage

import React, { Component } from 'react'

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

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

License

MIT © oegonzal