Skip to content

Commit 2f184b5

Browse files
authored
docs: provide folders documentation (#115)
* docs: provide folders documentation
1 parent 7c497ac commit 2f184b5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

output/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Output
2+
3+
This directory contains all component-libraries for every framework we support.
4+
5+
Most of the files will be generated by [Mitosis](https://github.com/BuilderIO/mitosis).
6+
7+
The others files are used to bundle and publish the specific library.
8+
9+
Currently, we support these frameworks:
10+
11+
| Framework | Supported | Example | Version |
12+
| ----------------------------------------------------------------------------- | :-------: | :-----: | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13+
| [Angular](https://angular.io/) ||| [![@db-ui/ngx-components on Npmjs](https://img.shields.io/npm/v/@db-ui/ngx-components.svg?color=rgb%28237%2C%2028%2C%2036%29 "npm version")](https://npmjs.com/package/@db-ui/ngx-components "DB UI – on NPM") |
14+
| [Next.js](https://nextjs.org/) ||| |
15+
| [MS Power-Apps](https://powerapps.microsoft.com/) ||| |
16+
| [Preact](https://preactjs.com/) ||| |
17+
| [React](https://reactjs.org/) ||| [![@db-ui/react-components on Npmjs](https://img.shields.io/npm/v/@db-ui/react-components.svg?color=rgb%28237%2C%2028%2C%2036%29 "npm version")](https://npmjs.com/package/@db-ui/react-components "DB UI – on NPM") |
18+
| [Svelte](https://svelte.dev/) ||| |
19+
| [Vue](https://vuejs.org/) ||| [![@db-ui/v-components on Npmjs](https://img.shields.io/npm/v/@db-ui/v-components.svg?color=rgb%28237%2C%2028%2C%2036%29 "npm version")](https://npmjs.com/package/@db-ui/v-components "DB UI – on NPM") |
20+
| [Web-Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components) ||| |

0 commit comments

Comments
 (0)