0.0.17 • Published 8 months ago

ouisys-component-library v0.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Ouisys Component Library

The code contained in this repository is a Component Library.

Notes to keep in mind:

  • You don't have to clone this repo in order to use the library, and this Component Library.

Install CLI

yarn

Storybook local env.

To start your local dev. server:

yarn storybook

To build Storybook static files:

yarn storybook:export

Testing

To run tests on your local code:

yarn test

Alternatively you can add the --watch flag for continued refresh and testing, as well as the -u flag to update your snapshots, when relevant and needed.

Usage

yarn add ouisys-component-library@latest
import React from 'react';
import { Button, ButtonProps } from 'ouisys-component-library/Button';

export const Component = ({
  children
}: ButtonProps) => {

  const renderComponent = () => (
    <Component>
      {childen}
    </Component>
  )
};

Governance and contribution

To read on this topic, please do so here

0.0.15

8 months ago

0.0.16

8 months ago

0.0.17

8 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago