Socket
Socket
Sign inDemoInstall

@public-ui/schema

Package Overview
Dependencies
13
Maintainers
2
Versions
273
Alerts
File Explorer

Advanced tools

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
Weekly downloads
640
decreased by-38.64%
Maintainers
2
Install size
1.43 MB
Created
Weekly downloads
 

Readme

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

Last updated on 18 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc