UNPKG

@master-c8/commons

Version:
18 lines (12 loc) 247 B
# Commons Package Generics components of Master-c8 project. # Use #### Example ```jsx import { ButtonExample } from '@master-c8/commons'; const myComponent = () => { return <ButtonExample> Hello Master-C8 Commons </ButtonExample>; }; ```