Skip to content

Commit

Permalink
- update repo/package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaaron committed Nov 27, 2017
1 parent 7b118de commit 53ce5b2
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 11,177 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ npm-debug.log
dist
node_modules
*.log
package-lock.json
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ the [Development](#development) section of this document.
1. Install these components for use, by running

```
npm install @youversion/react-components
npm install @youversion/melos
```

2. Import the component you want to use...

```
import Card from '@youversion/react-components'
import Card from '@youversion/melos'
```

3. Use the Component somewhere!
Expand Down Expand Up @@ -235,7 +235,7 @@ const customTheme2 = {
First, import our `<Theme />` component:

```Javascript
import Theme from '@youversion/react-components/dist/components/themes/Theme'
import Theme from '@youversion/melos/dist/components/themes/Theme'
```

Then, define a variable containing your custom theme, like this:
Expand Down
10 changes: 5 additions & 5 deletions docs/static/preview.60a7fe51b048932b1e9d.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -12222,11 +12222,11 @@ Installation.defaultProps = {
{ href: 'https://in.thewardro.be/michael.martin' },
'Michael Martin'
),
command: 'npm install @youversion/react-components',
command: 'npm install @youversion/melos',
npm: _react2.default.createElement(
'a',
{ href: 'https://in.thewardro.be/web/youversion-react-components' },
'@youversion/react-components'
'@youversion/melos'
),
source: _react2.default.createElement(
'a',
Expand Down Expand Up @@ -57069,7 +57069,7 @@ var Docs = function Docs() {
}),
usage: _react2.default.createElement(
_Docs.Usage,
{ importString: 'import Card from \'@youversion/react-components/dist/containers/Card\'' },
{ importString: 'import Card from \'@youversion/melos/dist/containers/Card\'' },
'\n\t\t\t\t\t\tThis package exports a Card component.\n\t\t\t\t\t\t\n\n\n\t\t\t\t\t\tUse the Card component to encapsulate content.\n\t\t\t\t\t'
)
});
Expand Down Expand Up @@ -57138,7 +57138,7 @@ var Docs = function Docs() {
}),
usage: _react2.default.createElement(
_Docs.Usage,
{ importString: 'import LazyImage from \'@youversion/react-components\'' },
{ importString: 'import LazyImage from \'@youversion/melos\'' },
'\n\t\t\t\t\t\tThis package exports a LazyImage component.\n\t\t\t\t\t\tUse LazyImage for lazy loading images with an animated transition between an optional placeholder and the desired src.\n\t\t\t\t\t\tThe src only replaces the placeholder if it is successfully downloaded (i.e. not missing, 0 width, broken etc.).\n\t\t\t\t\t\tThe \'lazy\' ability can also be false for server rendering.\n\t\t\t\t\t\tHaving a placeholder requires explicit dimension properties, but if a dynamic image size is required just forgo the placeholder and pass `{ width: \'100%\', height: null }`\n\t\t\t\t\t'
)
});
Expand Down Expand Up @@ -58630,7 +58630,7 @@ var Docs = function Docs() {
}),
usage: _react2.default.createElement(
_Docs.Usage,
{ importString: 'import Card from \'@youversion/react-components\'' },
{ importString: 'import Card from \'@youversion/melos\'' },
'\n\t\t\t\t\t\tThis package exports a Card component.\n\t\t\t\t\t\t\n\n\n\t\t\t\t\t\tUse the Card component to encapsulate content.\n\t\t\t\t\t'
)
});
Expand Down
2 changes: 1 addition & 1 deletion docs/static/preview.60a7fe51b048932b1e9d.bundle.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 53ce5b2

Please sign in to comment.