GithubHelp home page GithubHelp logo

joseamarcucci / panel-components Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paulopes/panel-components

0.0 0.0 0.0 11.49 MB

HTML components for Panel templates

License: Apache License 2.0

Python 81.41% CSS 18.32% Shell 0.28%

panel-components's Introduction

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

  • A general framework for creating html components for Panel. See component.py.
    • This includes html components based on Vue or React.
  • The basic HTML5 components. See tags.py.
  • A Vue.js component. See vue.py.

License

Licensed under the Apache License, Version 2.0

Getting Started

Installation

You can install via pip.

  • pip install panel-components.

Installing via

  • pip install -e git+https://github.com/paulopes/panel-components.git or
  • conda install

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

  • Fork it
  • Git clone your Fork
  • Create a virtual environment in the root of the project folder
python -m venv .venv
  • Activate it via source .venv/Scripts/activate for git bash on windows and similar commands in other environments.
  • pip install panel.
  • Set your PYTHONPATH to the project root.

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

panel-components's People

Contributors

paulopes avatar marcskovmadsen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.