biotope-element icon indicating copy to clipboard operation
biotope-element copied to clipboard

A web component

Results 50 biotope-element issues
Sort by recently updated
recently updated
newest added

I do not want to manually have to fix all my linting errors which are just styling things.

improvement

**Is your feature request related to a problem? Please describe.** We would like to improve the findability of the Biotope website when people are using a search engine. A link...

When passing a string with an array I would expect the console to throw an error in case my prop is not parsable as JSON. Currently, it fails silently. Example:...

**Is your feature request related to a problem? Please describe.** I don't know how to use biotope element with react. **Describe the solution you'd like** A clear and concise description...

help wanted
good first issue
documentation

**Is your feature request related to a problem? Please describe.** I don't know how to use biotope element with angular. **Describe the solution you'd like** A clear and concise description...

help wanted
good first issue
documentation

**Is your feature request related to a problem? Please describe.** I don't know how to use biotope element with vue. **Describe the solution you'd like** A clear and concise description...

help wanted
good first issue
documentation

Some tests (for example the `register` function tests) do their job of making sure that all the code does what is supposed to, however they are very badly organised/written.

improvement

i liked @vascocosta-vi suggestion to split up ``` attributeChangedCallback(name, previous, current) { super.attributeChangedCallback(name, previous, current); console.log('third', name); } ``` into two functions suggestion attributeBeforeChangeCallback attributeChangedCallback @tiagomapmarques @SheepFromHeaven ?

feature

**Describe the solution you'd like** I'd like to add an optional `protected readonly template` property to a component so that the render function could auto-apply it automatically (replacing the need...

discussion

**Describe the bug** When releasing versions, the new versions docs are not comitted. Would fix the need for more PRs like #224.