Skip to content

Commit

Permalink
fix: πŸ₯€ remove latext divider
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed Dec 10, 2024
1 parent 8fc9f19 commit 59a1fc5
Showing 1 changed file with 4 additions and 61 deletions.
65 changes: 4 additions & 61 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- markdownlint-disable-next-line blanks-around-headings -->
# ${\color{gray}\tiny\textrm{──────}}$ ink-divider ${\color{gray}\tiny\textrm{──────}}$
<!-- # ${\color{gray}\tiny\textrm{──────}}$ ink-divider ${\color{gray}\tiny\textrm{──────}}$ -->
# ink-divider

πŸ‘©πŸΌβ€πŸŽ¨ Divider component for [Ink](https://github.com/vadimdemedes/ink).

## πŸ“₯ Install
Expand Down Expand Up @@ -29,64 +30,6 @@ We advise you to view this example - [`examples/auto-grow.tsx`](https://github.c

---

## βš™οΈ Props

### title

Type: `string`

Default: `null`

Title shown in the middle of the divider.

### width

Type: `'auto' | number`

Default: `auto`

Width of the divider.

### padding

Type: `number`

Default: `0`

Padding at the start and the end of the divider.

### titlePadding

Type: `number`

Default: `1`

Padding besides the title in the middle.

### titleColor

Type: `string`

Default: `"white"`

Color of the title.

### dividerChar

Type: `string`

Default: `"─"`

Char used as a divider.

### dividerColor

Type: `string`

Default: `"gray"`

Color of the divider chars.

## License
## πŸ“ License

MIT Β© [Jure Sotosek](https://github.com/JureSotosek)

0 comments on commit 59a1fc5

Please sign in to comment.