1.0.5 • Published 4 years ago

@gustavoisensee/react-components v1.0.5

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

react-components

Netlify Status

It is a small library which contains a few components in react for web development.

alt tag

How to Install

You just need to run

yarn add @gustavoisensee/react-components

How to Use it

It is quite simple, but it depends on each component, here is an example for Button component.

import { Button } from '@gustavoisensee/react-components';

<Button text='Test' className='Button_primary' onClick={() => console.log('Button click')} />

If you want to check how to implement the other components please visit its storybook page

Run project locally

  • Make sure you have installed Node 9+ and Git.
  • Open your terminal, enter a folder of your choice. for example: cd /home/gustavo/github
  • Clone the project: git clone https://github.com/gustavoisensee/react-components.git
  • Enter the folder: cd react-components
  • Run: yarn install
  • Run: yarn storybook:start
  • Open it in your browser of your choice: http://localhost:6006

Run tests

  • Make sure your have run: yarn install
  • Run yarn test

Technologies used

  • Node 9+
  • Create react app
  • Storybook
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago