1.0.1 • Published 4 years ago

efi-components v1.0.1

Weekly downloads
8
License
-
Repository
github
Last release
4 years ago

efi-components

Example components

Based on https://levelup.gitconnected.com/create-your-own-react-library-in-2020-step-by-step-7c39eb1b2d7b

NPM JavaScript Style Guide

Install

npm install --save efi-components

Usage

import React, { Component } from 'react'

import Button from 'efi-components'
import 'efi-components/dist/index.css'

class Example extends Component {
  render() {
      <Button type="button" text="buttonLabel" buttonStyle="buttonLabel" />
  }
}

License

© psuontama