0.1.5 • Published 2 years ago

nuclio-component-library v0.1.5

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

nuclio-component-library

NPM JavaScript Style Guide

Install

npm i nuclio-component-library

Usage

import React, { Component } from 'react'

import { Button } from 'nuclio-component-library';

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

License

MIT © carlosarenasf