kui-basic 0.0.1 → 0.0.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/README.md CHANGED
@@ -1,32 +1,32 @@
1
- # koteyka-ui
2
-
3
- > React UI Components for Maroom projects
4
-
5
- [![NPM](https://img.shields.io/npm/v/maroom-ui.svg)](https://www.npmjs.com/package/maroom-ui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install --save @kui/basic
11
- ```
12
-
13
- ## Usage
14
-
15
- ```jsx
16
- import React from 'react'
17
- import { Button } from '@kui/basic'
18
-
19
- function App() {
20
- return (
21
- <Button theme="white" type="submit">
22
- Click
23
- </Button>
24
- )
25
- }
26
- ```
27
-
28
- ## Documentation
29
-
30
- ## License
31
-
32
- MIT © [eno-tech0](https://github.com/eno-tech0)
1
+ # koteyka-ui
2
+
3
+ > React UI Components for Maroom projects
4
+
5
+ [![NPM](https://img.shields.io/npm/v/maroom-ui.svg)](https://www.npmjs.com/package/maroom-ui) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ npm install --save @kui/basic
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```jsx
16
+ import React from 'react'
17
+ import { Button } from '@kui/basic'
18
+
19
+ function App() {
20
+ return (
21
+ <Button theme="white" type="submit">
22
+ Click
23
+ </Button>
24
+ )
25
+ }
26
+ ```
27
+
28
+ ## Documentation
29
+
30
+ ## License
31
+
32
+ MIT © [eno-tech0](https://github.com/eno-tech0)