# 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>;
};
```
