Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1bf65cf52 | |||
| 058e1e75c5 | |||
| f0d35e98d9 |
@@ -10,12 +10,10 @@ Installation
|
||||
[`react-whitelabel`](https://www.npmjs.com/package/react-whitelabel)
|
||||
is availabile in the NPM registry.
|
||||
|
||||
shell
|
||||
> npm i react-whitelabel
|
||||
|
||||
or
|
||||
|
||||
shell
|
||||
> yarn add react-whitelabel
|
||||
|
||||
|
||||
@@ -24,7 +22,6 @@ Example
|
||||
|
||||
**app.js**:
|
||||
|
||||
javascript
|
||||
import React from 'react';
|
||||
import { WhiteLabelProvider } from 'react-whitelabel';
|
||||
import Header from './Header';
|
||||
@@ -53,7 +50,6 @@ Example
|
||||
|
||||
**Header.jsx**:
|
||||
|
||||
javascript
|
||||
import React from "react";
|
||||
import { withWhiteLabelContext } from 'react-whitelabel';
|
||||
|
||||
|
||||
895
package-lock.json
generated
895
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-whitelabel",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "A React context and components that make run-time white-labeling of a React app easy.",
|
||||
"main": "dist/app.bundle.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user