https://github.com/shashanktomar/sprinkles
A collection of components for bubbletea
https://github.com/shashanktomar/sprinkles
Last synced: 6 months ago
JSON representation
A collection of components for bubbletea
- Host: GitHub
- URL: https://github.com/shashanktomar/sprinkles
- Owner: shashanktomar
- License: mit
- Created: 2022-09-19T07:22:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T10:50:40.000Z (over 2 years ago)
- Last Synced: 2024-04-22T15:26:13.167Z (about 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sprinkles
[](https://github.com/shashanktomar/sprinkles/releases)
[](https://pkg.go.dev/github.com/shashanktomar/sprinkles)
[](https://github.com/shashanktomar/sprinkles/actions)
[](https://goreportcard.com/report/shashanktomar/sprinkles)Some components for [bubbletea](https://github.com/charmbracelet/bubbletea)
applications. Have a look at the examples.## Flex View

A [flex](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) view for
bubbletea application which support:- row and column directions on a container
- `grow`, `shrink` and `basis` properties on a box
- `minsize` and `maxsize` on a boxCheck [flex readme](./flex/README.md) for more documentation.