paulopes / panel-components

HTML components for Panel templates
Apache License 2.0
6 stars 1 forks source link

panel-components

Panel is a powerful 💪 framework for creating awesome analytics apps in Python 🐍 using the tools you know 🧠 and love ❤️.

The purpose of the panel-components package is to enable users of Panel to create data applications with a modern look and feel by making it easy to integrate with

The panel-components package does this by providing

License

Licensed under the Apache License, Version 2.0

Getting Started

Installation

You can install via pip.

Installing via

is currently not supported.

Examples

Hello World

Let's try a Hello World example.

File: hello_world.py

from panel_components.tags import h1

layout = h1("Hello World")

layout.servable()

Hello world

panel-bootstrap-vue

The panel-bootstrap-vue package wraps the Bootstrap Vue component library and enables integration with Panel.

Contributing

Developer Instructions

In order to install this repo for development you should

python -m venv .venv

There are currently no tests with which you can verify everything is working.