Socket
Socket
Sign inDemoInstall

@public-ui/schema

Package Overview
Dependencies
Maintainers
2
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@public-ui/schema

The schema module includes the concrete specification of KoliBri - The accessible HTML-Standard.


Version published
Maintainers
2
Created
Source

KoliBri - Schema

The Schema module contains the concrete specification of the component library. This includes the list of tag names and translation keys.

More information on modularization can be found in the architecture concept.
More about the project can be found in the documentation.

Installation

You can install the KoliBri schema with npm, pnpm or yarn:

npm i -g @public-ui/schema
pnpm i -g @public-ui/schema
yarn add -g @public-ui/schema

Usage

The KoliBri object can be used to register themes and translations:

import { KoliBri } from '@public-ui/schema';

KoliBri.createTranslation('de', {
	/* translations */
});
KoliBri.createTheme('default', {
	/* component definitions */
});

Keywords

FAQs

Package last updated on 18 Apr 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc