1.0.0 • Published 5 months ago

@lunit/design-system v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Lunit Design System

Development

  • At repository root location

Usage

Create Story

A story is simply a case in which one component is executable. You can browse the stories in the UI and see the code behind them in files that end with .stories.js(jsx) or .stories.ts(tsx).

// Button.stories.js|jsx

import React from "react";

import { Button } from "./Button";

export default {
  /* 👇 The title controls the name shown in the storybook sidebar. */
  title: "Components/Button",
  component: Button,
};

export const Primary = () => <Button primary>Button</Button>;

Documentation

Documentation can be found Storybook's docs site.

1.0.0

5 months ago

1.0.0-b.4

5 months ago

1.0.0-b.1

9 months ago

1.0.0-b.2

6 months ago

1.0.0-b.3

6 months ago

1.0.0-a.5

10 months ago

1.0.0-a.3

1 year ago

1.0.0-a.4

12 months ago

1.0.0-a.2

1 year ago

1.0.0-a.1

1 year ago