larra-my-storybook
v1.1.2
Published
## Example
Readme
My test for StoryBook Components
Example
import { MyLabel, Button } from 'larra-my-storybook';
export default function App() {
return (
<div>
<MyLabel label="James" allCaps size="h1" color="text-primary" />
<Button label="Send" primary />
</div>
);
}
James Larracilla
