Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gokiteam/uikit

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gokiteam/uikit

* `web` ## development after clone the project please run this command ```bash yarn add ``` or ```bash npm install ``` for run the dev server and see the results on the browser run ```bash npm run storybook ``` or ```bash yarn storybook ``` ### Contrib

  • 0.105.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
6
Weekly downloads
 
Created
Source

Supported platforms

  • web

development

after clone the project please run this command

yarn add 

or

npm install

for run the dev server and see the results on the browser run

npm run storybook

or

yarn storybook

Contributing

  • all components exist in src/components folder you can add your own components and export it in index.js
  • please check folder structure and use the same structure for new components,
  • run yarn buid:lib to re-generate dist.
  • run yarn release to build & publish on npm.

How to use

make sure you have configured .npmrc & have GOKI_NPM_TOKEN in your environment variables.

  • in order to create an access token, open your gitlab profile & go to Settings > Personal Access Tokens & create a new token with read registry (or api) scope.
  • your account should have access to the backpack registry project
# .npmrc
//gitlab.com/api/v4/projects/:_authToken="${GOKI_NPM_TOKEN}"
//gitlab.com/api/v4/projects/31892934/packages/npm/:_authToken="${GOKI_NPM_TOKEN}"
@backpack:registry=https://gitlab.com/api/v4/projects/31892934/packages/npm/
always-auth=true

and install the package:

yarn add @backpack/web-uikit

or

npm install @backpack/web-uikit

How to use it in your project

  • import and use the component you want in your react app also you can check the example app in exmaple
import {Button} from '@backpack/web-uikit'

const icon = (
    <Button
        onClick={() => { }}
        disabled={false}
        loading={false}
        type="primary">
        Primary
    </Button>
)

Publish Storybook

first you need to build the storybook, run

yarn build-storybook

use chromatic to publish the storybook

yarn chromatic

then you can see the result and share it in the chromatic

FAQs

Package last updated on 12 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc