Questions tagged [paper-elements]

Paper-elements are innovative HTML GUI components designed as Polymer elements. These widgets not only build upon core-elements but also embody the Material Design principles introduced by Google during the I/O 2014 conference.

Combining Python Bottle with Polymer Paper Elements

My website currently has a variety of forms where users input information, which is then used to calculate and display new content using Javascript. I rely on Python Bottle for user registration, form auto-filling from the backend and database management. ...

Has anyone attempted to integrate AngularJS with Polymer's paper-dropdown-menu component?

Can I integrate this Polymer dropdown menu demo with AngularJS? https://www.polymer-project.org/components/paper-elements/demo.html#paper-dropdown-menu I've made attempts, but it's not working for me... <paper-dropdown-menu label="Categories"& ...

Difficulty changing paper background color with Material UI ThemeProvider

I'm currently working on a React frontend project using Material UI. I've created a basic Paper component and I'm trying to change its background color to match the primary color set in ThemeProvider. Here's the snippet of my code: import React from 'react ...