Skip to content

Instantly share code, notes, and snippets.

@Mobydack
Last active May 29, 2020 15:32
atomize more props 1
export default atomize(PokemonCard)(
{
name: "PokeCard",
effects: {
hover: ":hover",
},
description: {
// past here description for your component
en: "PokeCard — my awesome component",
},
propInfo: {
// past here props description for your component
name: {
control: "input",
},
},
},
{ name: "pikachu" }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment