@lunit/design-system
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @lunit/design-system

Weekly Downloads

68

Version

1.0.0

License

MIT

Unpacked Size

975 kB

Total Files

415

Last publish

Collaborators

  • takhyunkim
  • deminoth
  • jyseo