larra-my-storybook
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i larra-my-storybook

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

787 kB

Total Files

56

Last publish

Collaborators

  • jameslarracilla