portable-react
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

portable-react

Install

npm install --save portable-react

Usage

import React, { Component } from 'react'

import { Button } from 'portable-react'
import 'portable-react/dist/index.css'

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

License

MIT © ngduc

/portable-react/

    Package Sidebar

    Install

    npm i portable-react

    Weekly Downloads

    1

    Version

    0.6.0

    License

    MIT

    Unpacked Size

    93.9 kB

    Total Files

    10

    Last publish

    Collaborators

    • ngduc