@jgordy24/stalls-ui

1.2.8 • Public • Published

React component library for Generosity Market app

A library of React components created using create-react-app.

Build & Test npm Downloads Storybook

Installation

Run the following command: npm install --save @jgordy24/stalls-ui

Import/using component example

import { Button } from '@jgordy24/stalls-ui'

const App = () => {

    const handleClick => (e) => {
        /* do something */
    };

    return (
        <div>
            <Button
                bsStyle='success'
                label='label-text-here'
                onClick={handleClick}
            />
        </div>
    );
}
More examples coming soon

Package Sidebar

Install

npm i @jgordy24/stalls-ui

Weekly Downloads

0

Version

1.2.8

License

MIT

Unpacked Size

192 kB

Total Files

70

Last publish

Collaborators

  • jgordy24