1.1.16 • Published 6 years ago

pogosnap-web-components v1.1.16

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

PoGoSnap Web Components Build Status Codacy Badge npm

Components for PoGoSnap, use them in the following way

npm install --save pogosnap-web-components

import { Card } from 'pogosnap-web-components';

const mewCard = <Card pokemonNumber="151" imageUrl="http://foo.com/mew.jpg" description="Mew" userName="Gimpneek" />

Available components:

  • Footer
  • Logo
  • Button
  • Header
  • CardHeader
  • PokemonDetail
  • CardFooter
  • CardImage (using react-lazyload)
  • CardConfirmation
  • Card
  • ImageFeed
  • FeaturedImage
  • GridImage (using react-lazyload)
  • ImageGrid
  • PokedexEntries
  • TabBar
  • ButtonField
  • ButtonGroupField
  • FieldField
  • InputField
  • SelectField
  • Modal

To see the components in action just run npm run storybook and visit http://localhost:6006.

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.5-dev.3

6 years ago

1.1.5-dev.2

6 years ago

1.1.5-dev

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago