Socket
Book a DemoInstallSign in
Socket

@phork/phorkit-dev

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@phork/phorkit-dev

Phork/it. A component library.

latest
npmnpm
Version
10.4.1
Version published
Maintainers
1
Created
Source

Phork/it

Tests Publish

To see examples and documentation go to https://phorkit.phork.org/.

Getting started

Include the common styles and fonts in index.js.

import '@phork/phorkit/lib/styles/normalize.css';
import '@phork/phorkit/lib/styles/fonts.css';
import '@phork/phorkit/lib/styles/common.css';

Include the basic providers in App.js.

<AccessibilityProvider>
  <ThemeProvider themeId={light|dark}>
    hello world
  </Theme>
</AccessibilityProvider>

The Phork/it CSS files have also been published separately so that they can be used outside of React, or included in a custom React component.

Contribution guidelines for this project

FAQs

Package last updated on 01 Nov 2021

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