1.3.0 • Published 3 years ago

@nurkit/theme v1.3.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

@nurkit/theme

Alternative theme for the Chakra UI and Nurkit components with simple styles that are intended to be used in prototyping. This theme allows you to modify the default Chakra UI styles, not override it.

The nomenclature used in this theme comes from the default Chakra UI theme, which, in turn, is based on the specification created by System UI.

Installation

Nurkit is based on Chakra UI, so you need to install it before proceeding.

Inside your React project directory, run any of the following commands to install this package.

npm install @nursoft/theme
yarn add @nursoft/theme

Set Up Provider

For Nurkit components to work properly, their styles must be provided through the ChakraProvider:

import React from "react";

import { ChakraProvider, extendTheme } from "@chakra-ui/react";
import { theme } from "@nurkit/theme";

const App = () => (
  <ChakraProvider theme={extendTheme(theme)}>
    <App />
  </ChakraProvider>
);
1.2.0

3 years ago

1.3.0

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0-alpha.1

4 years ago