@master-c8/commons
v0.1.11
Published
Platzi Master C8 commons
Downloads
7
Readme
Commons Package
Generics components of Master-c8 project.
Use
Example
import { ButtonExample } from '@master-c8/commons';
const myComponent = () => {
return <ButtonExample>
Hello Master-C8 Commons
</ButtonExample>;
};