0.2.2 • Published 1 year ago
@headlessng/primitives v0.2.2
@headlessng/primitives
A set of unstyled and fully accessible components for building design systems based on Angular.
WARNING: It is currently not recommended to use this package in production applications. It uses Angular concepts that are still marked as "developer preview".
Installation
To install the latest version of package, use the following command:
npm install -s @headlessng/primitives@latest
Import
Each component in the package is built based on the Secondary Entry Point. To import a specific component from the library, use the following pattern:
import {} from '@headlessng/primitives/*';
Documentation
Each component in this library is independent and has its own documentation, below you will find links to each of them:
- @headlessng/primitives/checkbox
- @headlessng/primitives/description
- @headlessng/primitives/disabled
- @headlessng/primitives/error-message
- @headlessng/primitives/field
- @headlessng/primitives/focus
- @headlessng/primitives/invalid
- @headlessng/primitives/label
- @headlessng/primitives/required
Changelog
You can find a list of all changes for this package here.