🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@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.

latest
Source
npmnpm
Version
2.0.15
Version published
Weekly downloads
1.7K
63.47%
Maintainers
2
Weekly downloads
 
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

accessibility

FAQs

Package last updated on 27 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