Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoaugustin committed Oct 8, 2024
1 parent 8535a1e commit 1ba81f7
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 60 deletions.
24 changes: 12 additions & 12 deletions packages/react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ function App() {

# Props

| Name | Type | Default |
| :--------------- | :--------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | `ComponentProps<'img'>` \| `ReactNode` | |
| Name | Type | Default |
| :--------------- | :---------------------------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded' \| 'diamond' \| 'triangle' \| 'heart'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | `ComponentProps<'img'>` \| `ReactNode` | |
24 changes: 12 additions & 12 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ function App() {

# Props

| Name | Type | Default |
| :--------------- | :--------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | `ComponentProps<'img'>` \| `ReactNode` | |
| Name | Type | Default |
| :--------------- | :---------------------------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded' \| 'diamond' \| 'triangle' \| 'heart'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | `ComponentProps<'img'>` \| `ReactNode` | |
24 changes: 12 additions & 12 deletions packages/solid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ function App() {

# Props

| Name | Type | Default |
| :--------------- | :--------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | `ComponentProps<'img'>` \| `JSX.Element` | |
| Name | Type | Default |
| :--------------- | :---------------------------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded' \| 'diamond' \| 'triangle' \| 'heart'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | `ComponentProps<'img'>` \| `JSX.Element` | |
24 changes: 12 additions & 12 deletions packages/vanilla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ const qrx = createQRX({

# Props

| Name | Type | Default |
| :--------------- | :--------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | HTML Img Attributes \| `Element` | |
| Name | Type | Default |
| :--------------- | :---------------------------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded' \| 'diamond' \| 'triangle' \| 'heart'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | HTML Img Attributes \| `Element` | |
24 changes: 12 additions & 12 deletions packages/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ import QRX from '@qr-x/vue'

# Props

| Name | Type | Default |
| :--------------- | :--------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | `ImgHTMLAttributes` | |
| Name | Type | Default |
| :--------------- | :---------------------------------------------------------------------------------- | :--------- |
| data | `string` | |
| level | `'L' \| 'M' \|'Q' \| 'H'` | `'L'` |
| shapes.body | `'square' \| 'circle' \| 'leaf' \| 'rounded' \| 'diamond' \| 'triangle' \| 'heart'` | `'square'` |
| shapes.eyeball | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| shapes.eyeframe | `'square' \| 'circle' \| 'leaf' \| 'rounded'` | `'square'` |
| gradient.type | `'linear' \| 'radial'` | |
| gradients.colors | `string[] \| {value: string, stop: number}` | |
| gradients.rotate | `number` (This property only exist if gradient.type is 'radial') | `45` |
| fillImage | `string` | |
| brand | `ImgHTMLAttributes` | |

0 comments on commit 1ba81f7

Please sign in to comment.