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

0.3.7 • Public • Published

react-bashme

Getting Started

Install it:

npm install react-bashme

Use it:

import React from 'react';
import Bashme from 'react-bashme';
import { Json } from 'react-bashme/dist/providers';

class App extends React.Component {
    render() {
        return (
            <div>
                <Bashme
                    providers={[
                        new Json({ name: 'Agustín', skills: [{ name: 'typescript', level: 'n00b' }] })
                    ]}
                />
            </div>
        );
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-bashme

Weekly Downloads

52

Version

0.3.7

License

none

Unpacked Size

11.9 kB

Total Files

16

Last publish

Collaborators

  • agurodriguez