@eggziom/geek-regime-js-ui-kit
v1.0.2
Published
UI kit for web client
Readme
@eggziom/geek-regime-js-ui-kit
UI kit library of Geek Regime project. NPM: https://www.npmjs.com/package/@eggziom/geek-regime-js-ui-kit.
Usage
First off, install the specific versions of the library's peer dependencies:
{
"@eggziom/geek-regime-js-configs": "1",
"@eggziom/geek-regime-js-utils": "1",
"react": "18",
"react-dom": "18"
}Import the stuff like this:
import { Typography, type TypographyProps } from "@eggziom/geek-regime-js-ui-kit/components/typography";
import { useToggle } from "@eggziom/geek-regime-js-ui-kit/utils";
import { type FontSize } from "@eggziom/geek-regime-js-ui-kit/types";Scripts
start
Start Storybook.
build
Build the package.
test
test:watch
test:coverage
Unit testing commands.
lint
lint:fix
Linter commands.
