Added bulbasaur into PokemonCard storybook
This commit is contained in:
parent
6d391d1f9f
commit
4cebf35cf0
@ -32,3 +32,12 @@ Charizard.args = {
|
|||||||
image: charizard_svg,
|
image: charizard_svg,
|
||||||
types: ['fire', 'flying'],
|
types: ['fire', 'flying'],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const Bulbasaur = Template.bind({});
|
||||||
|
Bulbasaur.args = {
|
||||||
|
id: 1,
|
||||||
|
name: 'bulbasaur',
|
||||||
|
image:
|
||||||
|
'https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/dream-world/1.svg',
|
||||||
|
types: ['grass', 'poison'],
|
||||||
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user