Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunghyeon-lunit committed Apr 3, 2024
1 parent 571f618 commit 48bc6f2
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ import { Canvas, Stories, Controls, Meta, Story } from "@storybook/blocks";
import Box from "@mui/material/Box";
import Bell from "@lunit/design-system-icons/Bell";

import Button from "@/components/Button";
import * as BasicCheckbox from "./BasicCheckbox.stories";

<Meta name="Checkbox Docs" of={BasicCheckbox} />

# Button
# Checkbox

Checkboxes allow the user to select one or more items from a set.

## Usage

### Basic Button
### Basic Checkbox

```tsx
import { Button } from "@lunit/design-system";
import { Checkbox } from "@lunit/design-system";
// or
import Checkbox from "@lunit/design-system/Checkbox";

Expand Down

0 comments on commit 48bc6f2

Please sign in to comment.