@fa-repo/base-react
v2.2.1
Published
A collection of components that extend the capabilities of low level HTML elements.
Downloads
147
Readme
@fa-repo/base-react
A collection of components that extend the capabilities of low level HTML elements.
Install
npm install --save @fa-repo/base-reactUsage
import React, { Component } from 'react'
import Button from '@fa-repo/base-react/dist/button'
const Example = props => <Button {...props} text="Hello world!" />Docs / examples
Discover components here.
License
mit © @fa-repo
