@s-ui/react-atom-input
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -5,2 +5,18 @@ # Change Log | ||
<a name="3.4.0"></a> | ||
# 3.4.0 (2019-01-31) | ||
### Bug Fixes | ||
* change version package.json ([671dcca](https://github.com/SUI-Components/sui-components/commit/671dcca)) | ||
### Features | ||
* changes in the Readme and changes scss ([0154c33](https://github.com/SUI-Components/sui-components/commit/0154c33)) | ||
* leave the package.json as it was ([bdfd95c](https://github.com/SUI-Components/sui-components/commit/bdfd95c)) | ||
<a name="3.3.0"></a> | ||
@@ -7,0 +23,0 @@ # 3.3.0 (2019-01-14) |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -13,2 +13,18 @@ # AtomInput | ||
### Add styles | ||
To use the component's own styles, create a .scss file and import them inside. | ||
```scss | ||
@import '~@s-ui/react-atom-input/lib/index'; | ||
``` | ||
If you want to customize your components, create your own theme and add it to your component just **before**. | ||
```scss | ||
@import 'custom-settings'; | ||
@import '~@s-ui/react-atom-input/lib/index'; | ||
``` | ||
### You can use native types like this | ||
@@ -194,3 +210,3 @@ | ||
/> | ||
<button onClick={this.onSubmit}>Login</button> | ||
<Button onClick={this.onSubmit}>Login</Button> | ||
</form> | ||
@@ -197,0 +213,0 @@ ) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43798
216