acentswap-uikit2
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

🛢 Jetswap UIkit

Acenswap UIkit is a set of React components and hooks used to build pages on Jetswap's apps. It also contains a theme file for dark and light mode.

Install

npm i jetswap-uikit

Setup

Theme

Before using Jetswap UIkit, you need to provide the theme file to styled-component.

import { ThemeProvider } from 'styled-components'
import { light, dark } from 'jetswap-uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>

Reset

A reset CSS is available as a global styled component.

import { ResetCSS } from 'jetswap-uikit'
...
<ResetCSS />

Types

This project is built with Typescript and export all the relevant types.

How to use the UIkit

If you want to use components from the UIkit, check the Storybook documentation

How to Customize UIkit

First clone this repo to local and then start editing the components, theme, etc.

When is finished the Customization of the UIkit build it using:

npm run build

Commit everything to the git repo and if you are using a diferent repo just change it in package.json.

If you have a commit error due to husky you can try:

git commit -am 'commit' --no-verify

That should solve the problem, then push to remote repo.

After this you need to publish the npm packege

Be aware of the versions, If you make an update change the version in package.json so when you publish this's not gonna throw you an error.

Go to the npm package you create an you are ready to use it.

Readme

Keywords

none

Package Sidebar

Install

npm i acentswap-uikit2

Weekly Downloads

0

Version

1.1.6

License

MIT

Unpacked Size

4.71 kB

Total Files

2

Last publish

Collaborators

  • webcgi