mitosis icon indicating copy to clipboard operation
mitosis copied to clipboard

Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.

Results 228 mitosis issues
Sort by recently updated
recently updated
newest added

Hi this looks like a super useful project! I would be interested in working on an output target aimed at integrating in Elm. This is somewhat challenging as Elm has...

enhancement
core

to reproduce: - go to https://mitosis.builder.io/ while logged out: bottom fiddle shows component - now, go to builder.io and login - go back to https://mitosis.builder.io as a logged-in Builder user:...

bug
fiddle

## What? Certain frameworks, (such as Angular) allow you to split your components into multiple files. It would be useful if mitosis could allow components to compile into more than...

### I am interested in helping provide a fix! No ### Which generators are impacted? - [ ] All - [ ] Angular - [ ] HTML - [X] Qwik...

bug
qwik

### I am interested in helping provide a fix! Yes ### Which generators are impacted? - [ ] All - [ ] Angular - [ ] HTML - [ ]...

bug

Correct typo in using-libraries of docs

## Description Adds an explicit, `selector` option, allowing to override the default, ```ts selector: `'${kebabCase(json.name || 'my-component')}, ${json.name}'` ``` This doesn't quite work if you have more than one component...

## Description This PR is related to issue #1444 The launch of command `npm run start` failed on windows because of the single quote inside the command start in the...

### I am interested in helping provide a fix! Yes ### Which generators are impacted? - [X] All - [ ] Angular - [ ] HTML - [ ] Preact...

bug