Socket
Book a DemoInstallSign in
Socket

@chlteam/genki-ui

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chlteam/genki-ui

The UI kit for genki. Styles, assets, theme, component library.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
2
Created
Source

genki-ui

note: unstable

This is the UI kit for Genki. It includes:

  • The definitive Genki UI theme, as:
    • a tailwind theme + postCSS
    • compiled css and ejs for loading in JS or CSS
    • a <genki-theme /> web component that can be loaded at the top of any HTML page to provide the CSS, fonts and assets
  • Raw assets including fonts and icons
  • A fully modular tailwind based styling system that works across frameworks
  • A library of components (in the atomic design style). These are custom elements and have accompanying react wrappers.

Development

To open a fast live reloading server where you can iterate on design and functionality of the components:

npm run start

To build the component library and update the gallery and docs, run:

npm run build

To run the unit tests for the components, run:

npm test

To generate a new component template, run:

# npm run generate scope/genki-componentname
# e.g.
npm run generate atoms/genki-avatar

Components

FAQs

Package last updated on 04 Aug 2022

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