Skip to content

Commit

Permalink
Merge pull request #3 from arynn-gupta/main
Browse files Browse the repository at this point in the history
added components from npm
  • Loading branch information
Gleelakrishna authored Mar 31, 2022
2 parents 0d55079 + c27cd42 commit ad0e272
Show file tree
Hide file tree
Showing 38 changed files with 74 additions and 865 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: windows-latest
name: Build and Analyse
steps:
- run: git config --system core.longpaths true
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand All @@ -31,4 +32,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: assets-for-download
path: build\outputs\hap\debug\phone
path: build\outputs\hap\debug\phone
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

23 changes: 0 additions & 23 deletions .idea/gradle.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/jarRepositories.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/previewer/phone/phoneSettingConfig_MateX2.json

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/previewer/phone/phoneSettingConfig_P40.json

This file was deleted.

73 changes: 0 additions & 73 deletions .idea/previewer/previewConfigV2.json

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/previewer/tablet/tabletSettingConfig_MatePadPro.json

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/previewer/tv/tvSettingConfig_TV.json

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/previewer/wearable/wearableSettingConfig_Watch3.json

This file was deleted.

19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@

# Installation :

1. Copy the neumorph_buttons folder in your repo.
2. Add neumorphism as a dependency in your package.json file.

```json
{
"dependencies": {
"neumorphism": "file:../neumorph_buttons"
}
}
```
Install using npm

```npm i hmos-neumorphism ```

# Note :

Expand All @@ -32,7 +25,7 @@ button, input{

Import:
```html
<element name='neubutton' src='../../../../../../node_modules/neumorphism/button/button.hml'></element>
<element name='neubutton' src='../../../../../../node_modules/hmos-neumorphism/button/button.hml'></element>
```

Usage:
Expand All @@ -48,7 +41,7 @@ Usage:

Import:
```html
<element name='neubuttons' src='../../../../../../node_modules/neumorphism/buttons/buttons.hml'></element>
<element name='neubuttons' src='../../../../../../node_modules/hmos-neumorphism/buttons/buttons.hml'></element>
```

Usage:
Expand All @@ -63,4 +56,4 @@ Usage:

<a href="https://neumorphism.io/">neumorphism.io</a>

<a href="https://ismail9k.github.io/neomorphism/">ismail9k.github.io/neomorphism</a>
<a href="https://ismail9k.github.io/neomorphism/">ismail9k.github.io/neomorphism</a>
Loading

0 comments on commit ad0e272

Please sign in to comment.