golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.8k stars 17.51k forks source link

x/exp/shiny: widgets #15534

Open crawshaw opened 8 years ago

crawshaw commented 8 years ago

Tracking bug for Shiny Widgets.

Widget Assignee Notes
Button @nigeltao
Cards
Chips
Dialogs
Dividers
Grid lists
Lists See also Lists: Controls.
Data tables @crawshaw Ideally share a data model with lists.
Menus
Pickers
Progress Bar
Selection controls
Slider
Snackbar
Stepper
Subheader
Tabs
Text field @nigeltao
Toolbars
Tooltips
Scrolling @nigeltao
Flex Layout @crawshaw shiny/widget/flex
GL-in-Shiny @crawshaw A widget which contains OpenGL, like NSOpenGLView.
Shiny-in-GL Project a screen into GL scene
dakerfp commented 8 years ago

How can I contribute to?

alexbrainman commented 8 years ago

@dakerfp are you after this https://golang.org/doc/contribute.html ?

Alex

nigeltao commented 8 years ago

That link describes the process involved for contributing to Go in general. For this specific issue, I think that the foundation APIs are still unstable and it's a bit too early for other contributors.

andydotxyz commented 5 years ago

Hi,

Are the assigned items progressing? I was checking out the examples and noticed a 2 year old comment:

// TODO: make a standard widget.Button.

And was surprised that there is no button. Is there any shortcut to have a clickable text to avoid implementing button myself?

nigeltao commented 5 years ago

Sorry, nobody's been working on Shiny for some years now.