Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yewprint/yewprint
Port of blueprintjs.com to Yew
https://github.com/yewprint/yewprint
Last synced: 3 months ago
JSON representation
Port of blueprintjs.com to Yew
- Host: GitHub
- URL: https://github.com/yewprint/yewprint
- Owner: yewprint
- License: mit
- Created: 2020-09-03T16:41:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T07:00:43.000Z (8 months ago)
- Last Synced: 2024-06-23T04:57:50.069Z (5 months ago)
- Language: Rust
- Homepage: https://yewprint.rm.rs
- Size: 1.03 MB
- Stars: 448
- Watchers: 10
- Forks: 29
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.Apache-2.0
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-yew - Yewprint - Port of blueprintjs.com to Yew. (Crates / Component Libraries)
README
# Yewprint [![Netlify Status](https://api.netlify.com/api/v1/badges/17f076ed-49e5-4185-921e-5c5759de2fdb/deploy-status)](https://app.netlify.com/sites/epic-poincare-f8adaa/deploys) [![Discord](https://img.shields.io/discord/701068342760570933)](https://discord.gg/NAFcwhp) [![API Docs](https://img.shields.io/badge/docs.rs-yewprint-green)](https://docs.rs/yewprint/)
It's [Blueprint](https://blueprintjs.com), but for
[Yew](https://github.com/yewstack/yew) in [Rust](https://www.rust-lang.org/).**Warning:** This is in early development and it is possible it won't be
finished if there is no interest. Don't use this in production! Please help or
leave a star to let me know you are interested in this project.Installation
------------## Usage
Check the
[template repository](https://github.com/yewprint/yewprint-template)
to see how things work. **The Blueprint CSS needs to be downloaded from your
build script.**To easily get started, you can use
[cargo-generate](https://crates.io/crates/cargo-generate)
to get started very quickly:```
cargo generate --git https://github.com/yewprint/yewprint-template.git
```## Development Environment
```
cargo xtask start
```You can now go to http://localhost:8000
### Blueprint CSS update
```
cargo xtask update-css
```Roadmap
-------- [ ] Doc web-site designed with the library itself (like https://blueprintjs.com) including link to the Yew library
- [ ] [FocusStyleManager](https://blueprintjs.com/docs/#core/accessibility.focus-management)
- [ ] [Classes & Typography (and bp3- prefix)](https://blueprintjs.com/docs/#core/classes)
- [HTML elements](https://blueprintjs.com/docs/#core/components/html)
- [HTML table](https://blueprintjs.com/docs/#core/components/html-table)
- [Non-ideal state](https://blueprintjs.com/docs/#core/components/non-ideal-state)
- [HTML select](https://blueprintjs.com/docs/#core/components/html-select)
- [HTML input](https://blueprintjs.com/docs/#core/components/text-inputs.html-input)
- [Search field](https://blueprintjs.com/docs/#core/components/text-inputs.search-field)
- [ ] [Breadcrumbs](https://blueprintjs.com/docs/#core/components/breadcrumbs)
- [x] [Button](https://blueprintjs.com/docs/#core/components/button)
- [ ] Complete Button API
- [x] AnchorButton
- [x] [ButtonGroup](https://blueprintjs.com/docs/#core/components/button-group)
- depends on: Button
- [x] [Callout](https://blueprintjs.com/docs/#core/components/callout)
- [x] [Card](https://blueprintjs.com/docs/#core/components/card)
- [x] [Collapse](https://blueprintjs.com/docs/#core/components/collapse)
- [ ] [CollapsibleList](https://blueprintjs.com/docs/#core/components/collapsible-list)
- [x] [Divider](https://blueprintjs.com/docs/#core/components/divider)
- depends on: ButtonGroup
- [ ] [EditableText](https://blueprintjs.com/docs/#core/components/editable-text)
- [ ] [Hotkeys](https://blueprintjs.com/docs/#core/components/hotkeys)
- [x] [Icon](https://blueprintjs.com/docs/#core/components/icon)
- [x] [Menu](https://blueprintjs.com/docs/#core/components/menu)
- [ ] Complete Menu API
- depends on: Popover
- [ ] [Popover](https://blueprintjs.com/docs/#core/components/menu.dropdowns) (dropdowns)
- depends on: Overlay
- [ ] [Navbar](https://blueprintjs.com/docs/#core/components/navbar)
- [ ] [OverflowList](https://blueprintjs.com/docs/#core/components/overflow-list)
- [x] [PanelStack](https://blueprintjs.com/docs/#core/components/panel-stack)
- [x] [ProgressBar](https://blueprintjs.com/docs/#core/components/progress-bar)
- [ ] [ResizeSensor](https://blueprintjs.com/docs/#core/components/resize-sensor)
- [ ] [Skeleton](https://blueprintjs.com/docs/#core/components/skeleton)
- [x] [Spinner](https://blueprintjs.com/docs/#core/components/spinner)
- [x] [Tabs](https://blueprintjs.com/docs/#core/components/tabs)
- [x] [Tag](https://blueprintjs.com/docs/#core/components/tag)
- depends on: Text
- [x] [Text](https://blueprintjs.com/docs/#core/components/text)
- [x] [Tree](https://blueprintjs.com/docs/#core/components/tree)
- depends on: Collapse, Icon
- [ ] [FormGroup](https://blueprintjs.com/docs/#core/components/form-group)
- [x] [ControlGroup](https://blueprintjs.com/docs/#core/components/control-group)
- [ ] [Label](https://blueprintjs.com/docs/#core/components/label)
- [x] [Checkbox](https://blueprintjs.com/docs/#core/components/checkbox)
- [x] [RadioGroup](https://blueprintjs.com/docs/#core/components/radio)
- [x] [Sliders](https://blueprintjs.com/docs/#core/components/sliders)
- [ ] [RangeSlider](https://blueprintjs.com/docs/#core/components/sliders.range-slider)
- [ ] [MultiSlider](https://blueprintjs.com/docs/#core/components/sliders.multi-slider)
- [x] [Switch](https://blueprintjs.com/docs/#core/components/switch)
- [ ] Complete Switch API
- [ ] [FileInput](https://blueprintjs.com/docs/#core/components/file-input)
- [x] [NumericInput](https://blueprintjs.com/docs/#core/components/numeric-input)
- [x] [InputGroup](https://blueprintjs.com/docs/#core/components/text-inputs.input-group)
- [x] [TextArea](https://blueprintjs.com/docs/#core/components/text-inputs.text-area)
- [ ] [TagInput](https://blueprintjs.com/docs/#core/components/tag-input)
- [x] [Overlay](https://blueprintjs.com/docs/#core/components/overlay)
- depends on: Portal
- [x] [Portal](https://blueprintjs.com/docs/#core/components/portal)
- [x] [Alert](https://blueprintjs.com/docs/#core/components/alert)
- depends on: Button, Dialog
- [ ] [Context menu](https://blueprintjs.com/docs/#core/components/context-menu)
- depends on: Popover
- [x] [Dialog](https://blueprintjs.com/docs/#core/components/dialog)
- depends on: Icon, Overlay, Button
- [ ] [Drawer](https://blueprintjs.com/docs/#core/components/drawer)
- depends on: Icon, Overlay, Button
- [ ] [Popover](https://blueprintjs.com/docs/#core/components/popover)
- depends on: ResizeSensor, Tooltip, Overlay
- [ ] [Toast](https://blueprintjs.com/docs/#core/components/toast)
- depends on: Button, ButtonGroup, Icon, AnchorButton
- [ ] [Tooltip](https://blueprintjs.com/docs/#core/components/tooltip)
- depends on: Popover
- [ ] [DatePicker](https://blueprintjs.com/docs/#datetime/datepicker)
- [ ] [DateRangePicker](https://blueprintjs.com/docs/#datetime/daterangepicker)
- [ ] [TimePicker](https://blueprintjs.com/docs/#datetime/timepicker)
- [ ] [DateTimePicker](https://blueprintjs.com/docs/#datetime/datetimepicker)
- [ ] [DateInput](https://blueprintjs.com/docs/#datetime/dateinput)
- [ ] [DateRangeInput](https://blueprintjs.com/docs/#datetime/daterangeinput)
- [ ] [Select](https://blueprintjs.com/docs/#select/select-component)
- [ ] [Suggest](https://blueprintjs.com/docs/#select/suggest)
- [ ] [MultiSelect](https://blueprintjs.com/docs/#select/multi-select)
- [ ] [Omnibar](https://blueprintjs.com/docs/#select/omnibar)
- [ ] [QueryList](https://blueprintjs.com/docs/#select/query-list)
- [ ] [Table](https://blueprintjs.com/docs/#table)
- [ ] [TimezonePicker](https://blueprintjs.com/docs/#timezone)