@zvoove/unity-ui 2.26.1 → 2.26.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CodeBlock.highlighter-CCgHF2oe.cjs +1 -0
- package/dist/CodeBlock.highlighter-CfSV1CLY.js +5 -0
- package/dist/bin/{cli.js → cli.mjs} +15 -15
- package/dist/chunk-Dh2uaMuV.cjs +1 -0
- package/dist/unity-ui.cjs.js +1 -1
- package/dist/unity-ui.css +3 -1
- package/dist/unity-ui.d.ts +11 -2
- package/dist/unity-ui.es.js +745 -2441
- package/package.json +28 -38
- package/dist/CodeBlock.highlighter-CbWctdYM.cjs +0 -1
- package/dist/CodeBlock.highlighter-Cw8EVSIW.js +0 -6
- package/dist/bin/templates/doc.mdx +0 -36
- /package/dist/bin/{templates → bin/templates}/component.tsx +0 -0
- /package/dist/bin/{templates → bin/templates}/index.ts +0 -0
- /package/dist/bin/{templates → bin/templates}/stories.tsx +0 -0
- /package/dist/bin/{templates → bin/templates}/styled.ts +0 -0
- /package/dist/bin/{templates → bin/templates}/test.tsx +0 -0
- /package/dist/bin/{templates → bin/templates}/types.ts +0 -0
- /package/dist/bin/{generate-skills.js → generate-skills.mjs} +0 -0
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Canvas, Controls, Meta } from '@storybook/addon-docs/blocks';
|
|
2
|
-
|
|
3
|
-
import { __COMPONENT_NAME__ } from '.';
|
|
4
|
-
import * as __COMPONENT_NAME__Stories from './__COMPONENT_NAME__.stories';
|
|
5
|
-
|
|
6
|
-
<Meta of={__COMPONENT_NAME__Stories} />
|
|
7
|
-
|
|
8
|
-
# **COMPONENT_NAME**
|
|
9
|
-
|
|
10
|
-
The `__COMPONENT_NAME__` component is a auto generated component using the `npm run create <componentName>` script.
|
|
11
|
-
|
|
12
|
-
<Canvas sourceState="none" of={__COMPONENT_NAME__Stories.Default} />
|
|
13
|
-
|
|
14
|
-
<Controls of={__COMPONENT_NAME__Stories.Default} />
|
|
15
|
-
|
|
16
|
-
## Usage
|
|
17
|
-
|
|
18
|
-
```jsx
|
|
19
|
-
import { __COMPONENT_NAME__ } from '@zvoove/unity-ui';
|
|
20
|
-
|
|
21
|
-
<__COMPONENT_NAME__ />;
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## Variants
|
|
25
|
-
|
|
26
|
-
### Default
|
|
27
|
-
|
|
28
|
-
The default `__COMPONENT_NAME__` component has the following features:
|
|
29
|
-
|
|
30
|
-
<Canvas sourceState="none" of={__COMPONENT_NAME__Stories.Default} />
|
|
31
|
-
|
|
32
|
-
```jsx
|
|
33
|
-
import { __COMPONENT_NAME__ } from '@zvoove/unity-ui';
|
|
34
|
-
|
|
35
|
-
<__COMPONENT_NAME__ />;
|
|
36
|
-
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|