Last active
May 29, 2020 15:32
atomize more props 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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