sage-react 6.1.4
Install from the command line:
Learn more about npm packages
$ npm install @kajabi/sage-react@6.1.4
Install via package.json:
"@kajabi/sage-react": "6.1.4"
About this version
The following can be of assistance when you need to add a new component to the package:
- Copy the
SampleComponent
folder withinbin
intolib
for a starter file set. ReplaceSampleComponent
with your actual component's name in any files and file names. These include:-
SampleComponent.jsx
the main component file. -
SampleComponent.story.jsx
a Storybook story file to exhibit uses of the component. -
configs.js
optional definition file for tokens and other utilities for this component. -
index.js
root export for this component to be referenced consistently elsewhere.
-
- Add an entry for this new component in
packages/sage-react/lib/index.js
in keeping with the other entries. - Confirm the component appears in Storybook when the app is running.
- Happy developing!
Within a separate application that uses this package, import the desired component as follows:
import { Button, Icon } from '@kajabi/sage-react'
Within this library itself, import the desired component by pointing to its folder within the package:
import { Button } from '../Button';
import { Icon } from '../Icon';
The following scripts can be ran by typing yarn <script_name>
in the root of this repository. The following section goes over each script in detail.
One time build of the package. Builds Storybook as well.
Continually watch and build the package
Runs the linter that is also used during CI.
Runs the storybook server. Access at http://localhost:4100/
Tuns Jest tests of React components and outputs a report in the console.
Runs all Jest tests in watchAll
mode and with coverage output.
Runs a browsersync
server on http://localhost:4110/ with live reload to display the coverage/lcov-report
output. See test:dev
. You must run test:coverage:watch
at least once before this command will work smoothly.
Runs test:coverage:watch
and test:coverage:server
in parallel for an integrated testing Jest experience. If on first load you see Cannot GET /
simply make a change to a .spec.jsx
file, watch for console test output to finish and then refresh the browser. Live reload should continue thereafter.
In order to build the docker image you must specify a GITHUB_TOKEN as a build arg.
```
docker buildx build --build-arg GITHUB_TOKEN=<REDACTED> -t sage-storybook --load .
```
Running the image:
```
docker run --rm -it -p 4100:4100 -e GITHUB_TOKEN=<REDACTED> -t sage-storybook
```
Fonts may not work if your domain is not allowed.
Details
- sage-react
- Kajabi
- 15 days ago
- MIT
- 53 dependencies
Assets
- sage-react-6.1.4.tgz
Download activity
- Total downloads 385
- Last 30 days 385
- Last week 1
- Today 0